Shades of Spring Green #0AF96B
Tints of Spring Green #0AF96B
RGB
CMYK
RGB Variations
Color information
#0AF96B (or 0x0AF96B) is known color: Spring Green. HEX triplet: 0A, F9 and 6B. RGB value is (10,249,107). Sum of RGB (Red+Green+Blue) = 10+249+107=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF96B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF96B is #F50694. Grayscale: #A1A1A1. Windows color (decimal): -16058005 or 7076106. OLE color: 7076106.
HSL color Cylindrical-coordinate representation of color #0AF96B: hue angle of 144.35º degrees, saturation: 0.95, 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 #0AF96B is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 107 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.02 |
| HSL | 144.35º | 0.95% | 0.51% | - |
| HSV(B) | 144.35º | 0.96% | 0.98% | - |
| XYZ | 36.65 | 68.88 | 25.27 | - |
| YUV | 161.35 | 97.32 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 107 | 0.96 | 0 | 0.57 | 0.02 | 144.35 | 0.95 | 0.51 |
| Hex | A | F9 | 6B | 60 | 0 | 39 | 2 | 90 | 5F | 33 |
| Octal | 12 | 371 | 153 | 140 | 0 | 71 | 2 | 220 | 137 | 63 |
| Binary | 1010 | 11111001 | 1101011 | 1100000 | 0 | 111001 | 10 | 10010000 | 1011111 | 110011 |
Color Harmonies of #0AF96B
Complementary color
Monochromatic Colors of #0AF96B
Black with #0AF96B
Text Example
Text Example
White with #0AF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF96B; }
p { color: rgb(10,249,107); }
H1.HeaderClassName
{
color: #0AF96B;
}
.AnyTagClassName
{
color: #0AF96B;
}
</style>
background-color css
<style>
a { background-color: #0AF96B; }
a { background-color: rgb(10,249,107); }
div.DivClassName
{
background-color: #0AF96B;
}
.BgClassName
{
background-color: #0AF96B;
}
</style>
border-color css
<style>
span { border-color: #0AF96B; }
span { border-color: rgb(10,249,107); }
td.TdClassName
{
border-color: #0AF96B;
}
.TagClassName
{
border-color: #0AF96B;
}
</style>