Shades of Spring Green #0AFF6C
Tints of Spring Green #0AFF6C
RGB
CMYK
RGB Variations
Color information
#0AFF6C (or 0x0AFF6C) is known color: Spring Green. HEX triplet: 0A, FF and 6C. RGB value is (10,255,108). Sum of RGB (Red+Green+Blue) = 10+255+108=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF6C is #F50093. Grayscale: #A5A5A5. Windows color (decimal): -16056468 or 7143178. OLE color: 7143178.
HSL color Cylindrical-coordinate representation of color #0AFF6C: hue angle of 144º 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 #0AFF6C is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 108 | - |
| CMYK | 0.96 | 0 | 0.58 | 0 |
| HSL | 144º | 1% | 0.52% | - |
| HSV(B) | 144º | 0.96% | 1% | - |
| XYZ | 38.59 | 72.67 | 26.18 | - |
| YUV | 164.99 | 95.83 | 17.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 108 | 0.96 | 0 | 0.58 | 0 | 144 | 1 | 0.52 |
| Hex | A | FF | 6C | 60 | 0 | 3A | 0 | 90 | 64 | 34 |
| Octal | 12 | 377 | 154 | 140 | 0 | 72 | 0 | 220 | 144 | 64 |
| Binary | 1010 | 11111111 | 1101100 | 1100000 | 0 | 111010 | 0 | 10010000 | 1100100 | 110100 |
Color Harmonies of #0AFF6C
Complementary color
Monochromatic Colors of #0AFF6C
Black with #0AFF6C
Text Example
Text Example
White with #0AFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF6C; }
p { color: rgb(10,255,108); }
H1.HeaderClassName
{
color: #0AFF6C;
}
.AnyTagClassName
{
color: #0AFF6C;
}
</style>
background-color css
<style>
a { background-color: #0AFF6C; }
a { background-color: rgb(10,255,108); }
div.DivClassName
{
background-color: #0AFF6C;
}
.BgClassName
{
background-color: #0AFF6C;
}
</style>
border-color css
<style>
span { border-color: #0AFF6C; }
span { border-color: rgb(10,255,108); }
td.TdClassName
{
border-color: #0AFF6C;
}
.TagClassName
{
border-color: #0AFF6C;
}
</style>