Shades of Spring Green #0AF18A
Tints of Spring Green #0AF18A
RGB
CMYK
RGB Variations
Color information
#0AF18A (or 0x0AF18A) is known color: Spring Green. HEX triplet: 0A, F1 and 8A. RGB value is (10,241,138). Sum of RGB (Red+Green+Blue) = 10+241+138=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF18A is #F50E75. Grayscale: #A0A0A0. Windows color (decimal): -16060022 or 9105674. OLE color: 9105674.
HSL color Cylindrical-coordinate representation of color #0AF18A: hue angle of 153.25º 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 #0AF18A is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 138 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.05 |
| HSL | 153.25º | 0.92% | 0.49% | - |
| HSV(B) | 153.25º | 0.96% | 0.95% | - |
| XYZ | 36.17 | 64.81 | 34.65 | - |
| YUV | 160.19 | 115.47 | 20.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 138 | 0.96 | 0 | 0.43 | 0.05 | 153.25 | 0.92 | 0.49 |
| Hex | A | F1 | 8A | 60 | 0 | 2B | 5 | 99 | 5C | 31 |
| Octal | 12 | 361 | 212 | 140 | 0 | 53 | 5 | 231 | 134 | 61 |
| Binary | 1010 | 11110001 | 10001010 | 1100000 | 0 | 101011 | 101 | 10011001 | 1011100 | 110001 |
Color Harmonies of #0AF18A
Complementary color
Monochromatic Colors of #0AF18A
Black with #0AF18A
Text Example
Text Example
White with #0AF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF18A; }
p { color: rgb(10,241,138); }
H1.HeaderClassName
{
color: #0AF18A;
}
.AnyTagClassName
{
color: #0AF18A;
}
</style>
background-color css
<style>
a { background-color: #0AF18A; }
a { background-color: rgb(10,241,138); }
div.DivClassName
{
background-color: #0AF18A;
}
.BgClassName
{
background-color: #0AF18A;
}
</style>
border-color css
<style>
span { border-color: #0AF18A; }
span { border-color: rgb(10,241,138); }
td.TdClassName
{
border-color: #0AF18A;
}
.TagClassName
{
border-color: #0AF18A;
}
</style>