Shades of Spring Green #0AFF78
Tints of Spring Green #0AFF78
RGB
CMYK
RGB Variations
Color information
#0AFF78 (or 0x0AFF78) is known color: Spring Green. HEX triplet: 0A, FF and 78. RGB value is (10,255,120). Sum of RGB (Red+Green+Blue) = 10+255+120=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF78 is #F50087. Grayscale: #A6A6A6. Windows color (decimal): -16056456 or 7929610. OLE color: 7929610.
HSL color Cylindrical-coordinate representation of color #0AFF78: hue angle of 146.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF78 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 120 | - |
| CMYK | 0.96 | 0 | 0.53 | 0 |
| HSL | 146.94º | 1% | 0.52% | - |
| HSV(B) | 146.94º | 0.96% | 1% | - |
| XYZ | 39.28 | 72.94 | 29.78 | - |
| YUV | 166.36 | 101.83 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 120 | 0.96 | 0 | 0.53 | 0 | 146.94 | 1 | 0.52 |
| Hex | A | FF | 78 | 60 | 0 | 35 | 0 | 93 | 64 | 34 |
| Octal | 12 | 377 | 170 | 140 | 0 | 65 | 0 | 223 | 144 | 64 |
| Binary | 1010 | 11111111 | 1111000 | 1100000 | 0 | 110101 | 0 | 10010011 | 1100100 | 110100 |
Color Harmonies of #0AFF78
Complementary color
Monochromatic Colors of #0AFF78
Black with #0AFF78
Text Example
Text Example
White with #0AFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF78; }
p { color: rgb(10,255,120); }
H1.HeaderClassName
{
color: #0AFF78;
}
.AnyTagClassName
{
color: #0AFF78;
}
</style>
background-color css
<style>
a { background-color: #0AFF78; }
a { background-color: rgb(10,255,120); }
div.DivClassName
{
background-color: #0AFF78;
}
.BgClassName
{
background-color: #0AFF78;
}
</style>
border-color css
<style>
span { border-color: #0AFF78; }
span { border-color: rgb(10,255,120); }
td.TdClassName
{
border-color: #0AFF78;
}
.TagClassName
{
border-color: #0AFF78;
}
</style>