Shades of Spring Green #0AF176
Tints of Spring Green #0AF176
RGB
CMYK
RGB Variations
Color information
#0AF176 (or 0x0AF176) is known color: Spring Green. HEX triplet: 0A, F1 and 76. RGB value is (10,241,118). Sum of RGB (Red+Green+Blue) = 10+241+118=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF176 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF176 is #F50E89. Grayscale: #9E9E9E. Windows color (decimal): -16060042 or 7794954. OLE color: 7794954.
HSL color Cylindrical-coordinate representation of color #0AF176: hue angle of 148.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF176 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 118 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.05 |
| HSL | 148.05º | 0.92% | 0.49% | - |
| HSV(B) | 148.05º | 0.96% | 0.95% | - |
| XYZ | 34.85 | 64.28 | 27.71 | - |
| YUV | 157.91 | 105.47 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 118 | 0.96 | 0 | 0.51 | 0.05 | 148.05 | 0.92 | 0.49 |
| Hex | A | F1 | 76 | 60 | 0 | 33 | 5 | 94 | 5C | 31 |
| Octal | 12 | 361 | 166 | 140 | 0 | 63 | 5 | 224 | 134 | 61 |
| Binary | 1010 | 11110001 | 1110110 | 1100000 | 0 | 110011 | 101 | 10010100 | 1011100 | 110001 |
Color Harmonies of #0AF176
Complementary color
Monochromatic Colors of #0AF176
Black with #0AF176
Text Example
Text Example
White with #0AF176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF176; }
p { color: rgb(10,241,118); }
H1.HeaderClassName
{
color: #0AF176;
}
.AnyTagClassName
{
color: #0AF176;
}
</style>
background-color css
<style>
a { background-color: #0AF176; }
a { background-color: rgb(10,241,118); }
div.DivClassName
{
background-color: #0AF176;
}
.BgClassName
{
background-color: #0AF176;
}
</style>
border-color css
<style>
span { border-color: #0AF176; }
span { border-color: rgb(10,241,118); }
td.TdClassName
{
border-color: #0AF176;
}
.TagClassName
{
border-color: #0AF176;
}
</style>