Shades of Spring Green #0AFB8C
Tints of Spring Green #0AFB8C
RGB
CMYK
RGB Variations
Color information
#0AFB8C (or 0x0AFB8C) is known color: Spring Green. HEX triplet: 0A, FB and 8C. RGB value is (10,251,140). Sum of RGB (Red+Green+Blue) = 10+251+140=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFB8C is #F50473. Grayscale: #A6A6A6. Windows color (decimal): -16057460 or 9239306. OLE color: 9239306.
HSL color Cylindrical-coordinate representation of color #0AFB8C: hue angle of 152.37º 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 #0AFB8C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 140 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.02 |
| HSL | 152.37º | 0.97% | 0.51% | - |
| HSV(B) | 152.37º | 0.96% | 0.98% | - |
| XYZ | 39.36 | 70.95 | 36.43 | - |
| YUV | 166.29 | 113.16 | 16.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 140 | 0.96 | 0 | 0.44 | 0.02 | 152.37 | 0.97 | 0.51 |
| Hex | A | FB | 8C | 60 | 0 | 2C | 2 | 98 | 61 | 33 |
| Octal | 12 | 373 | 214 | 140 | 0 | 54 | 2 | 230 | 141 | 63 |
| Binary | 1010 | 11111011 | 10001100 | 1100000 | 0 | 101100 | 10 | 10011000 | 1100001 | 110011 |
Color Harmonies of #0AFB8C
Complementary color
Monochromatic Colors of #0AFB8C
Black with #0AFB8C
Text Example
Text Example
White with #0AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB8C; }
p { color: rgb(10,251,140); }
H1.HeaderClassName
{
color: #0AFB8C;
}
.AnyTagClassName
{
color: #0AFB8C;
}
</style>
background-color css
<style>
a { background-color: #0AFB8C; }
a { background-color: rgb(10,251,140); }
div.DivClassName
{
background-color: #0AFB8C;
}
.BgClassName
{
background-color: #0AFB8C;
}
</style>
border-color css
<style>
span { border-color: #0AFB8C; }
span { border-color: rgb(10,251,140); }
td.TdClassName
{
border-color: #0AFB8C;
}
.TagClassName
{
border-color: #0AFB8C;
}
</style>