Html Css Color HEX #0AF999 Medium Spring Green
📋 copy color: '#0AF999'red 10 ◦ green 249 ◦ blue 153
Shades of Medium Spring Green #0AF999
Tints of Medium Spring Green #0AF999
RGB
CMYK
RGB Variations
Color information
#0AF999 (or 0x0AF999) is known color: Medium Spring Green. HEX triplet: 0A, F9 and 99. RGB value is (10,249,153). Sum of RGB (Red+Green+Blue) = 10+249+153=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF999 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF999 is #F50666. Grayscale: #A6A6A6. Windows color (decimal): -16057959 or 10090762. OLE color: 10090762.
HSL color Cylindrical-coordinate representation of color #0AF999: hue angle of 155.9º 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 #0AF999 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 153 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.02 |
| HSL | 155.9º | 0.95% | 0.51% | - |
| HSV(B) | 155.9º | 0.96% | 0.98% | - |
| XYZ | 39.75 | 70.12 | 41.58 | - |
| YUV | 166.6 | 120.32 | 16.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 153 | 0.96 | 0 | 0.39 | 0.02 | 155.9 | 0.95 | 0.51 |
| Hex | A | F9 | 99 | 60 | 0 | 27 | 2 | 9C | 5F | 33 |
| Octal | 12 | 371 | 231 | 140 | 0 | 47 | 2 | 234 | 137 | 63 |
| Binary | 1010 | 11111001 | 10011001 | 1100000 | 0 | 100111 | 10 | 10011100 | 1011111 | 110011 |
Color Harmonies of #0AF999
Complementary color
Monochromatic Colors of #0AF999
Black with #0AF999
Text Example
Text Example
White with #0AF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF999; }
p { color: rgb(10,249,153); }
H1.HeaderClassName
{
color: #0AF999;
}
.AnyTagClassName
{
color: #0AF999;
}
</style>
background-color css
<style>
a { background-color: #0AF999; }
a { background-color: rgb(10,249,153); }
div.DivClassName
{
background-color: #0AF999;
}
.BgClassName
{
background-color: #0AF999;
}
</style>
border-color css
<style>
span { border-color: #0AF999; }
span { border-color: rgb(10,249,153); }
td.TdClassName
{
border-color: #0AF999;
}
.TagClassName
{
border-color: #0AF999;
}
</style>