Shades of Spring Green #0AFD6C
Tints of Spring Green #0AFD6C
RGB
CMYK
RGB Variations
Color information
#0AFD6C (or 0x0AFD6C) is known color: Spring Green. HEX triplet: 0A, FD and 6C. RGB value is (10,253,108). Sum of RGB (Red+Green+Blue) = 10+253+108=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFD6C is #F50293. Grayscale: #A4A4A4. Windows color (decimal): -16056980 or 7142666. OLE color: 7142666.
HSL color Cylindrical-coordinate representation of color #0AFD6C: hue angle of 144.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFD6C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 253 | 108 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.01 |
| HSL | 144.2º | 0.98% | 0.52% | - |
| HSV(B) | 144.2º | 0.96% | 0.99% | - |
| XYZ | 37.96 | 71.4 | 25.97 | - |
| YUV | 163.81 | 96.49 | 18.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 108 | 0.96 | 0 | 0.57 | 0.01 | 144.2 | 0.98 | 0.52 |
| Hex | A | FD | 6C | 60 | 0 | 39 | 1 | 90 | 62 | 34 |
| Octal | 12 | 375 | 154 | 140 | 0 | 71 | 1 | 220 | 142 | 64 |
| Binary | 1010 | 11111101 | 1101100 | 1100000 | 0 | 111001 | 1 | 10010000 | 1100010 | 110100 |
Color Harmonies of #0AFD6C
Complementary color
Monochromatic Colors of #0AFD6C
Black with #0AFD6C
Text Example
Text Example
White with #0AFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFD6C; }
p { color: rgb(10,253,108); }
H1.HeaderClassName
{
color: #0AFD6C;
}
.AnyTagClassName
{
color: #0AFD6C;
}
</style>
background-color css
<style>
a { background-color: #0AFD6C; }
a { background-color: rgb(10,253,108); }
div.DivClassName
{
background-color: #0AFD6C;
}
.BgClassName
{
background-color: #0AFD6C;
}
</style>
border-color css
<style>
span { border-color: #0AFD6C; }
span { border-color: rgb(10,253,108); }
td.TdClassName
{
border-color: #0AFD6C;
}
.TagClassName
{
border-color: #0AFD6C;
}
</style>