Html Css Color HEX #0AFB6E Spring Green

📋 copy color: '#0AFB6E'

red 10 ◦ green 251 ◦ blue 110

#0AFB6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #0AFB6E

Tints of Spring Green #0AFB6E

RGB

 RED value IS 10 (4.3% from 255) = 2.7%

 GREEN value IS 251 (98.44% from 255) = 67.65%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 2.7%
G = 67.65%
B = 29.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0AFB6E (or 0x0AFB6E) is known color: Spring Green. HEX triplet: 0A, FB and 6E. RGB value is (10,251,110). Sum of RGB (Red+Green+Blue) = 10+251+110=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB6E is #F50491. Grayscale: #A3A3A3. Windows color (decimal): -16057490 or 7273226. OLE color: 7273226.

HSL color Cylindrical-coordinate representation of color #0AFB6E: hue angle of 144.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFB6E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 110 -
CMYK 0.96 0 0.56 0.02
HSL 144.9º 0.97% 0.51% -
HSV(B) 144.9º 0.96% 0.98% -
XYZ 37.44 70.18 26.33 -
YUV 162.87 98.16 18.96 -
System Red Green Blue C M Y K H S L
Decimal 10 251 110 0.96 0 0.56 0.02 144.9 0.97 0.51
Hex A FB 6E 60 0 38 2 91 61 33
Octal 12 373 156 140 0 70 2 221 141 63
Binary 1010 11111011 1101110 1100000 0 111000 10 10010001 1100001 110011

Color Harmonies of #0AFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFB6E

Black with #0AFB6E

Text Example


Text Example

White with #0AFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AFB6E; }

 p { color: rgb(10,251,110); }

 H1.HeaderClassName
 {
   color: #0AFB6E;
 }
 .AnyTagClassName
 {
   color: #0AFB6E;
 }
</style>

background-color css

<style>
 a { background-color: #0AFB6E; }

 a { background-color: rgb(10,251,110); }

 div.DivClassName
 {
   background-color: #0AFB6E;
 }
 .BgClassName
 {
   background-color: #0AFB6E;
 }
</style>

border-color css

<style>
 span { border-color: #0AFB6E; }

 span { border-color: rgb(10,251,110); }

 td.TdClassName
 {
   border-color: #0AFB6E;
 }
 .TagClassName
 {
   border-color: #0AFB6E;
 }
</style>