Shades of Spring Green #0AF98B
Tints of Spring Green #0AF98B
RGB
CMYK
RGB Variations
Color information
#0AF98B (or 0x0AF98B) is known color: Spring Green. HEX triplet: 0A, F9 and 8B. RGB value is (10,249,139). Sum of RGB (Red+Green+Blue) = 10+249+139=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF98B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF98B is #F50674. Grayscale: #A5A5A5. Windows color (decimal): -16057973 or 9173258. OLE color: 9173258.
HSL color Cylindrical-coordinate representation of color #0AF98B: hue angle of 152.38º degrees, saturation: 0.95, 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 #0AF98B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 139 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.02 |
| HSL | 152.38º | 0.95% | 0.51% | - |
| HSV(B) | 152.38º | 0.96% | 0.98% | - |
| XYZ | 38.66 | 69.68 | 35.84 | - |
| YUV | 165 | 113.32 | 17.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 139 | 0.96 | 0 | 0.44 | 0.02 | 152.38 | 0.95 | 0.51 |
| Hex | A | F9 | 8B | 60 | 0 | 2C | 2 | 98 | 5F | 33 |
| Octal | 12 | 371 | 213 | 140 | 0 | 54 | 2 | 230 | 137 | 63 |
| Binary | 1010 | 11111001 | 10001011 | 1100000 | 0 | 101100 | 10 | 10011000 | 1011111 | 110011 |
Color Harmonies of #0AF98B
Complementary color
Monochromatic Colors of #0AF98B
Black with #0AF98B
Text Example
Text Example
White with #0AF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF98B; }
p { color: rgb(10,249,139); }
H1.HeaderClassName
{
color: #0AF98B;
}
.AnyTagClassName
{
color: #0AF98B;
}
</style>
background-color css
<style>
a { background-color: #0AF98B; }
a { background-color: rgb(10,249,139); }
div.DivClassName
{
background-color: #0AF98B;
}
.BgClassName
{
background-color: #0AF98B;
}
</style>
border-color css
<style>
span { border-color: #0AF98B; }
span { border-color: rgb(10,249,139); }
td.TdClassName
{
border-color: #0AF98B;
}
.TagClassName
{
border-color: #0AF98B;
}
</style>