Shades of Spring Green #0AF174
Tints of Spring Green #0AF174
RGB
CMYK
RGB Variations
Color information
#0AF174 (or 0x0AF174) is known color: Spring Green. HEX triplet: 0A, F1 and 74. RGB value is (10,241,116). Sum of RGB (Red+Green+Blue) = 10+241+116=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF174 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF174 is #F50E8B. Grayscale: #9D9D9D. Windows color (decimal): -16060044 or 7663882. OLE color: 7663882.
HSL color Cylindrical-coordinate representation of color #0AF174: hue angle of 147.53º 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 #0AF174 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 116 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.05 |
| HSL | 147.53º | 0.92% | 0.49% | - |
| HSV(B) | 147.53º | 0.96% | 0.95% | - |
| XYZ | 34.73 | 64.24 | 27.09 | - |
| YUV | 157.68 | 104.47 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 116 | 0.96 | 0 | 0.52 | 0.05 | 147.53 | 0.92 | 0.49 |
| Hex | A | F1 | 74 | 60 | 0 | 34 | 5 | 94 | 5C | 31 |
| Octal | 12 | 361 | 164 | 140 | 0 | 64 | 5 | 224 | 134 | 61 |
| Binary | 1010 | 11110001 | 1110100 | 1100000 | 0 | 110100 | 101 | 10010100 | 1011100 | 110001 |
Color Harmonies of #0AF174
Complementary color
Monochromatic Colors of #0AF174
Black with #0AF174
Text Example
Text Example
White with #0AF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF174; }
p { color: rgb(10,241,116); }
H1.HeaderClassName
{
color: #0AF174;
}
.AnyTagClassName
{
color: #0AF174;
}
</style>
background-color css
<style>
a { background-color: #0AF174; }
a { background-color: rgb(10,241,116); }
div.DivClassName
{
background-color: #0AF174;
}
.BgClassName
{
background-color: #0AF174;
}
</style>
border-color css
<style>
span { border-color: #0AF174; }
span { border-color: rgb(10,241,116); }
td.TdClassName
{
border-color: #0AF174;
}
.TagClassName
{
border-color: #0AF174;
}
</style>