Shades of Spring Green #0AF88A
Tints of Spring Green #0AF88A
RGB
CMYK
RGB Variations
Color information
#0AF88A (or 0x0AF88A) is known color: Spring Green. HEX triplet: 0A, F8 and 8A. RGB value is (10,248,138). Sum of RGB (Red+Green+Blue) = 10+248+138=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 248 (97.27% from 255 or 62.63% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF88A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF88A is #F50775. Grayscale: #A4A4A4. Windows color (decimal): -16058230 or 9107466. OLE color: 9107466.
HSL color Cylindrical-coordinate representation of color #0AF88A: hue angle of 152.27º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF88A is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 138 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.03 |
| HSL | 152.27º | 0.94% | 0.51% | - |
| HSV(B) | 152.27º | 0.96% | 0.97% | - |
| XYZ | 38.28 | 69.03 | 35.35 | - |
| YUV | 164.3 | 113.15 | 17.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 138 | 0.96 | 0 | 0.44 | 0.03 | 152.27 | 0.94 | 0.51 |
| Hex | A | F8 | 8A | 60 | 0 | 2C | 3 | 98 | 5E | 33 |
| Octal | 12 | 370 | 212 | 140 | 0 | 54 | 3 | 230 | 136 | 63 |
| Binary | 1010 | 11111000 | 10001010 | 1100000 | 0 | 101100 | 11 | 10011000 | 1011110 | 110011 |
Color Harmonies of #0AF88A
Complementary color
Monochromatic Colors of #0AF88A
Black with #0AF88A
Text Example
Text Example
White with #0AF88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF88A; }
p { color: rgb(10,248,138); }
H1.HeaderClassName
{
color: #0AF88A;
}
.AnyTagClassName
{
color: #0AF88A;
}
</style>
background-color css
<style>
a { background-color: #0AF88A; }
a { background-color: rgb(10,248,138); }
div.DivClassName
{
background-color: #0AF88A;
}
.BgClassName
{
background-color: #0AF88A;
}
</style>
border-color css
<style>
span { border-color: #0AF88A; }
span { border-color: rgb(10,248,138); }
td.TdClassName
{
border-color: #0AF88A;
}
.TagClassName
{
border-color: #0AF88A;
}
</style>