Shades of Spring Green #0AFC69
Tints of Spring Green #0AFC69
RGB
CMYK
RGB Variations
Color information
#0AFC69 (or 0x0AFC69) is known color: Spring Green. HEX triplet: 0A, FC and 69. RGB value is (10,252,105). Sum of RGB (Red+Green+Blue) = 10+252+105=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFC69 is #F50396. Grayscale: #A3A3A3. Windows color (decimal): -16057239 or 6945802. OLE color: 6945802.
HSL color Cylindrical-coordinate representation of color #0AFC69: hue angle of 143.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC69 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 105 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.01 |
| HSL | 143.55º | 0.98% | 0.51% | - |
| HSV(B) | 143.55º | 0.96% | 0.99% | - |
| XYZ | 37.49 | 70.71 | 25.04 | - |
| YUV | 162.88 | 95.33 | 18.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 105 | 0.96 | 0 | 0.58 | 0.01 | 143.55 | 0.98 | 0.51 |
| Hex | A | FC | 69 | 60 | 0 | 3A | 1 | 90 | 62 | 33 |
| Octal | 12 | 374 | 151 | 140 | 0 | 72 | 1 | 220 | 142 | 63 |
| Binary | 1010 | 11111100 | 1101001 | 1100000 | 0 | 111010 | 1 | 10010000 | 1100010 | 110011 |
Color Harmonies of #0AFC69
Complementary color
Monochromatic Colors of #0AFC69
Black with #0AFC69
Text Example
Text Example
White with #0AFC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC69; }
p { color: rgb(10,252,105); }
H1.HeaderClassName
{
color: #0AFC69;
}
.AnyTagClassName
{
color: #0AFC69;
}
</style>
background-color css
<style>
a { background-color: #0AFC69; }
a { background-color: rgb(10,252,105); }
div.DivClassName
{
background-color: #0AFC69;
}
.BgClassName
{
background-color: #0AFC69;
}
</style>
border-color css
<style>
span { border-color: #0AFC69; }
span { border-color: rgb(10,252,105); }
td.TdClassName
{
border-color: #0AFC69;
}
.TagClassName
{
border-color: #0AFC69;
}
</style>