Shades of Spring Green #0AFB6D
Tints of Spring Green #0AFB6D
RGB
CMYK
RGB Variations
Color information
#0AFB6D (or 0x0AFB6D) is known color: Spring Green. HEX triplet: 0A, FB and 6D. RGB value is (10,251,109). Sum of RGB (Red+Green+Blue) = 10+251+109=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB6D is #F50492. Grayscale: #A3A3A3. Windows color (decimal): -16057491 or 7207690. OLE color: 7207690.
HSL color Cylindrical-coordinate representation of color #0AFB6D: hue angle of 144.65º 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 #0AFB6D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 109 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.02 |
| HSL | 144.65º | 0.97% | 0.51% | - |
| HSV(B) | 144.65º | 0.96% | 0.98% | - |
| XYZ | 37.38 | 70.16 | 26.04 | - |
| YUV | 162.75 | 97.66 | 19.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 109 | 0.96 | 0 | 0.57 | 0.02 | 144.65 | 0.97 | 0.51 |
| Hex | A | FB | 6D | 60 | 0 | 39 | 2 | 91 | 61 | 33 |
| Octal | 12 | 373 | 155 | 140 | 0 | 71 | 2 | 221 | 141 | 63 |
| Binary | 1010 | 11111011 | 1101101 | 1100000 | 0 | 111001 | 10 | 10010001 | 1100001 | 110011 |
Color Harmonies of #0AFB6D
Complementary color
Monochromatic Colors of #0AFB6D
Black with #0AFB6D
Text Example
Text Example
White with #0AFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB6D; }
p { color: rgb(10,251,109); }
H1.HeaderClassName
{
color: #0AFB6D;
}
.AnyTagClassName
{
color: #0AFB6D;
}
</style>
background-color css
<style>
a { background-color: #0AFB6D; }
a { background-color: rgb(10,251,109); }
div.DivClassName
{
background-color: #0AFB6D;
}
.BgClassName
{
background-color: #0AFB6D;
}
</style>
border-color css
<style>
span { border-color: #0AFB6D; }
span { border-color: rgb(10,251,109); }
td.TdClassName
{
border-color: #0AFB6D;
}
.TagClassName
{
border-color: #0AFB6D;
}
</style>