Shades of Spring Green #0AF96A
Tints of Spring Green #0AF96A
RGB
CMYK
RGB Variations
Color information
#0AF96A (or 0x0AF96A) is known color: Spring Green. HEX triplet: 0A, F9 and 6A. RGB value is (10,249,106). Sum of RGB (Red+Green+Blue) = 10+249+106=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF96A is #F50695. Grayscale: #A1A1A1. Windows color (decimal): -16058006 or 7010570. OLE color: 7010570.
HSL color Cylindrical-coordinate representation of color #0AF96A: hue angle of 144.1º 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 #0AF96A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 106 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.02 |
| HSL | 144.1º | 0.95% | 0.51% | - |
| HSV(B) | 144.1º | 0.96% | 0.98% | - |
| XYZ | 36.6 | 68.86 | 25 | - |
| YUV | 161.24 | 96.82 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 106 | 0.96 | 0 | 0.57 | 0.02 | 144.1 | 0.95 | 0.51 |
| Hex | A | F9 | 6A | 60 | 0 | 39 | 2 | 90 | 5F | 33 |
| Octal | 12 | 371 | 152 | 140 | 0 | 71 | 2 | 220 | 137 | 63 |
| Binary | 1010 | 11111001 | 1101010 | 1100000 | 0 | 111001 | 10 | 10010000 | 1011111 | 110011 |
Color Harmonies of #0AF96A
Complementary color
Monochromatic Colors of #0AF96A
Black with #0AF96A
Text Example
Text Example
White with #0AF96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF96A; }
p { color: rgb(10,249,106); }
H1.HeaderClassName
{
color: #0AF96A;
}
.AnyTagClassName
{
color: #0AF96A;
}
</style>
background-color css
<style>
a { background-color: #0AF96A; }
a { background-color: rgb(10,249,106); }
div.DivClassName
{
background-color: #0AF96A;
}
.BgClassName
{
background-color: #0AF96A;
}
</style>
border-color css
<style>
span { border-color: #0AF96A; }
span { border-color: rgb(10,249,106); }
td.TdClassName
{
border-color: #0AF96A;
}
.TagClassName
{
border-color: #0AF96A;
}
</style>