COLOR #0AF93A

HEX: #0AF93A
RGB: (10,249,58)

Color info

#0AF93A contains mainly green color. Web safe color of #0AF93A is #00FF33 (or #0F3).

RGB color model

#0AF93A color RGB value is (10,249,58).

  • red value is 10;
  • green value is 249;
  • blue value is 58.
RGB:
(10,249,58)
(4%,98%,23%)

RGB channels and saturation

R 10 of 255 = 4%
G 249 of 255 = 98%
B 58 of 255 = 23%

10
249
58

R + G + B ~ 42%. #0AF93A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 249 + 58 = 317 (100%)
R 10 of 317 ~ 3.15%
G 249 of 317 ~ 78.55%
B 58 of 317 ~ 18.3%

%78.55
%18.3

CMYK color model

#0AF93A color CMYK value is (96,0,77,2).

  • cyan value is 95.98%
  • magenta value is 0.00%
  • yellow value is 76.71%
  • key color value is 2.35%
CMYK:
(96,0,77,2)
C96M0Y77K2 
(96%,0%,77%,2%)
(0.96/0.00/0.77/0.02)	

CMYK percentages

%95.98
%0
%76.71
%2.35

Codes

Color #0AF93A in popluar color models

0AF93A
RGB1024958
HSL132°95.22%50.78%
HSB/HSV132°95.98%97.65%
CMYK95.98%0.00%76.71%
2.35%

Color #0AF93A in popluar number systems.

HEX0AF93A
Decimal1024958
Binary101011111001111010
Octal1237172

Shades and tints

Shades of #0AF93A

#0AF93A
(10,249,58)
#0AE335
(10,227,53)
#0ACD30
(10,205,48)
#0AB72B
(10,183,43)
#0AA126
(10,161,38)
#0A8B21
(10,139,33)
#0A751C
(10,117,28)
#0A5F17
(10,95,23)
#0A4912
(10,73,18)
#0A330D
(10,51,13)
#0A1D08
(10,29,8)
#000000
(0,0,0)

Tints of #0AF93A

#0AF93A
(10,249,58)
#20F94B
(32,249,75)
#36F95C
(54,249,92)
#4CF96D
(76,249,109)
#62F97E
(98,249,126)
#78F98F
(120,249,143)
#8EF9A0
(142,249,160)
#A4F9B1
(164,249,177)
#BAF9C2
(186,249,194)
#D0F9D3
(208,249,211)
#E6F9E4
(230,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AF93A color. Also use rgb(10,249,58) instead hex code.

Text Font Color

.myTextColor { color: #0AF93A; }

<p style="color:#0AF93A">This sample text font color is #0AF93A.</p>

This text font color is #0AF93A.


Background Color

.myBgColor { background-color: #0AF93A; }

<div style="background-color:#0AF93A">Inner text</div>

This div background color is #0AF93A.


Border color

.myBorderColor { border: 1px solid #0AF93A; }

<div style="border:3px solid #0AF93A">Div</div>

This div border color is #0AF93A.


Opacity

.myOpacity80 { color: #0AF93A; opacity: 0.8; }

<p style="color:#0AF93A;opacity:0.8;">80%</p>

Text with #0AF93A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0AF93A;}

<p style="text-shadow: 3px 3px 1px #0AF93A">Text here.</p>

This text has shadow with #0AF93A color.

.textShadow {text-shadow: 3px 3px 1px #0AF93A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0AF93A, 5px 5px 20px red">Text here.</p>

This text has shadow with #0AF93A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0AF93A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0AF93A, Direction=45, Strength=4)">Text</p>

This text has shadow with #0AF93A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0AF93A;
  -webkit-box-shadow:	1px 1px 3px 2px #0AF93A;
  box-shadow:		1px 1px 3px 2px #0AF93A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0AF93A;
-webkit-box-shadow: 1px 1px 3px 2px #0AF93A;
box-shadow:1px 1px 3px 2px #0AF93A;">
Div content here</div>
This div box has shadow with color #0AF93A.

Preview

Color preview on black background

This text has color #0AF93A on black background.


Color preview on white background

This text has color #0AF93A on white background.



Black color preview on #0AF93A background

This text has black color on #0AF93A background.


White color preview on #0AF93A background

This text has white color on #0AF93A background.