Shades of Spring Green #0AF184
Tints of Spring Green #0AF184
RGB
CMYK
RGB Variations
Color information
#0AF184 (or 0x0AF184) is known color: Spring Green. HEX triplet: 0A, F1 and 84. RGB value is (10,241,132). Sum of RGB (Red+Green+Blue) = 10+241+132=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF184 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF184 is #F50E7B. Grayscale: #9F9F9F. Windows color (decimal): -16060028 or 8712458. OLE color: 8712458.
HSL color Cylindrical-coordinate representation of color #0AF184: hue angle of 151.69º 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 #0AF184 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 132 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.05 |
| HSL | 151.69º | 0.92% | 0.49% | - |
| HSV(B) | 151.69º | 0.96% | 0.95% | - |
| XYZ | 35.75 | 64.64 | 32.42 | - |
| YUV | 159.51 | 112.47 | 21.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 132 | 0.96 | 0 | 0.45 | 0.05 | 151.69 | 0.92 | 0.49 |
| Hex | A | F1 | 84 | 60 | 0 | 2D | 5 | 98 | 5C | 31 |
| Octal | 12 | 361 | 204 | 140 | 0 | 55 | 5 | 230 | 134 | 61 |
| Binary | 1010 | 11110001 | 10000100 | 1100000 | 0 | 101101 | 101 | 10011000 | 1011100 | 110001 |
Color Harmonies of #0AF184
Complementary color
Monochromatic Colors of #0AF184
Black with #0AF184
Text Example
Text Example
White with #0AF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF184; }
p { color: rgb(10,241,132); }
H1.HeaderClassName
{
color: #0AF184;
}
.AnyTagClassName
{
color: #0AF184;
}
</style>
background-color css
<style>
a { background-color: #0AF184; }
a { background-color: rgb(10,241,132); }
div.DivClassName
{
background-color: #0AF184;
}
.BgClassName
{
background-color: #0AF184;
}
</style>
border-color css
<style>
span { border-color: #0AF184; }
span { border-color: rgb(10,241,132); }
td.TdClassName
{
border-color: #0AF184;
}
.TagClassName
{
border-color: #0AF184;
}
</style>