Html Css Color HEX #0AFA9C Medium Spring Green
📋 copy color: '#0AFA9C'red 10 ◦ green 250 ◦ blue 156
Shades of Medium Spring Green #0AFA9C
Tints of Medium Spring Green #0AFA9C
RGB
CMYK
RGB Variations
Color information
#0AFA9C (or 0x0AFA9C) is known color: Medium Spring Green. HEX triplet: 0A, FA and 9C. RGB value is (10,250,156). Sum of RGB (Red+Green+Blue) = 10+250+156=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFA9C is #F50563. Grayscale: #A7A7A7. Windows color (decimal): -16057700 or 10287626. OLE color: 10287626.
HSL color Cylindrical-coordinate representation of color #0AFA9C: hue angle of 156.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 #0AFA9C is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 156 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.02 |
| HSL | 156.5º | 0.96% | 0.51% | - |
| HSV(B) | 156.5º | 0.96% | 0.98% | - |
| XYZ | 40.31 | 70.84 | 43 | - |
| YUV | 167.52 | 121.49 | 15.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 156 | 0.96 | 0 | 0.38 | 0.02 | 156.5 | 0.96 | 0.51 |
| Hex | A | FA | 9C | 60 | 0 | 26 | 2 | 9C | 60 | 33 |
| Octal | 12 | 372 | 234 | 140 | 0 | 46 | 2 | 234 | 140 | 63 |
| Binary | 1010 | 11111010 | 10011100 | 1100000 | 0 | 100110 | 10 | 10011100 | 1100000 | 110011 |
Color Harmonies of #0AFA9C
Complementary color
Monochromatic Colors of #0AFA9C
Black with #0AFA9C
Text Example
Text Example
White with #0AFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA9C; }
p { color: rgb(10,250,156); }
H1.HeaderClassName
{
color: #0AFA9C;
}
.AnyTagClassName
{
color: #0AFA9C;
}
</style>
background-color css
<style>
a { background-color: #0AFA9C; }
a { background-color: rgb(10,250,156); }
div.DivClassName
{
background-color: #0AFA9C;
}
.BgClassName
{
background-color: #0AFA9C;
}
</style>
border-color css
<style>
span { border-color: #0AFA9C; }
span { border-color: rgb(10,250,156); }
td.TdClassName
{
border-color: #0AFA9C;
}
.TagClassName
{
border-color: #0AFA9C;
}
</style>