Shades of Spring Green #0AFB8B
Tints of Spring Green #0AFB8B
RGB
CMYK
RGB Variations
Color information
#0AFB8B (or 0x0AFB8B) is known color: Spring Green. HEX triplet: 0A, FB and 8B. RGB value is (10,251,139). Sum of RGB (Red+Green+Blue) = 10+251+139=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFB8B is #F50474. Grayscale: #A6A6A6. Windows color (decimal): -16057461 or 9173770. OLE color: 9173770.
HSL color Cylindrical-coordinate representation of color #0AFB8B: hue angle of 152.12º 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 #0AFB8B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 139 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.02 |
| HSL | 152.12º | 0.97% | 0.51% | - |
| HSV(B) | 152.12º | 0.96% | 0.98% | - |
| XYZ | 39.28 | 70.92 | 36.05 | - |
| YUV | 166.17 | 112.66 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 139 | 0.96 | 0 | 0.45 | 0.02 | 152.12 | 0.97 | 0.51 |
| Hex | A | FB | 8B | 60 | 0 | 2D | 2 | 98 | 61 | 33 |
| Octal | 12 | 373 | 213 | 140 | 0 | 55 | 2 | 230 | 141 | 63 |
| Binary | 1010 | 11111011 | 10001011 | 1100000 | 0 | 101101 | 10 | 10011000 | 1100001 | 110011 |
Color Harmonies of #0AFB8B
Complementary color
Monochromatic Colors of #0AFB8B
Black with #0AFB8B
Text Example
Text Example
White with #0AFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB8B; }
p { color: rgb(10,251,139); }
H1.HeaderClassName
{
color: #0AFB8B;
}
.AnyTagClassName
{
color: #0AFB8B;
}
</style>
background-color css
<style>
a { background-color: #0AFB8B; }
a { background-color: rgb(10,251,139); }
div.DivClassName
{
background-color: #0AFB8B;
}
.BgClassName
{
background-color: #0AFB8B;
}
</style>
border-color css
<style>
span { border-color: #0AFB8B; }
span { border-color: rgb(10,251,139); }
td.TdClassName
{
border-color: #0AFB8B;
}
.TagClassName
{
border-color: #0AFB8B;
}
</style>