Shades of Spring Green #0AFA88
Tints of Spring Green #0AFA88
RGB
CMYK
RGB Variations
Color information
#0AFA88 (or 0x0AFA88) is known color: Spring Green. HEX triplet: 0A, FA and 88. RGB value is (10,250,136). Sum of RGB (Red+Green+Blue) = 10+250+136=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFA88 is #F50577. Grayscale: #A5A5A5. Windows color (decimal): -16057720 or 8976906. OLE color: 8976906.
HSL color Cylindrical-coordinate representation of color #0AFA88: hue angle of 151.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA88 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 136 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.02 |
| HSL | 151.5º | 0.96% | 0.51% | - |
| HSV(B) | 151.5º | 0.96% | 0.98% | - |
| XYZ | 38.75 | 70.21 | 34.8 | - |
| YUV | 165.24 | 111.49 | 17.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 136 | 0.96 | 0 | 0.46 | 0.02 | 151.5 | 0.96 | 0.51 |
| Hex | A | FA | 88 | 60 | 0 | 2E | 2 | 98 | 60 | 33 |
| Octal | 12 | 372 | 210 | 140 | 0 | 56 | 2 | 230 | 140 | 63 |
| Binary | 1010 | 11111010 | 10001000 | 1100000 | 0 | 101110 | 10 | 10011000 | 1100000 | 110011 |
Color Harmonies of #0AFA88
Complementary color
Monochromatic Colors of #0AFA88
Black with #0AFA88
Text Example
Text Example
White with #0AFA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA88; }
p { color: rgb(10,250,136); }
H1.HeaderClassName
{
color: #0AFA88;
}
.AnyTagClassName
{
color: #0AFA88;
}
</style>
background-color css
<style>
a { background-color: #0AFA88; }
a { background-color: rgb(10,250,136); }
div.DivClassName
{
background-color: #0AFA88;
}
.BgClassName
{
background-color: #0AFA88;
}
</style>
border-color css
<style>
span { border-color: #0AFA88; }
span { border-color: rgb(10,250,136); }
td.TdClassName
{
border-color: #0AFA88;
}
.TagClassName
{
border-color: #0AFA88;
}
</style>