Html Css Color HEX #0AFFC0 Medium Spring Green
📋 copy color: '#0AFFC0'red 10 ◦ green 255 ◦ blue 192
Shades of Medium Spring Green #0AFFC0
Tints of Medium Spring Green #0AFFC0
RGB
CMYK
RGB Variations
Color information
#0AFFC0 (or 0x0AFFC0) is known color: Medium Spring Green. HEX triplet: 0A, FF and C0. RGB value is (10,255,192). Sum of RGB (Red+Green+Blue) = 10+255+192=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFC0 is #F5003F. Grayscale: #AEAEAE. Windows color (decimal): -16056384 or 12648202. OLE color: 12648202.
HSL color Cylindrical-coordinate representation of color #0AFFC0: hue angle of 164.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFC0 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 192 | - |
| CMYK | 0.96 | 0 | 0.25 | 0 |
| HSL | 164.57º | 1% | 0.52% | - |
| HSV(B) | 164.57º | 0.96% | 1% | - |
| XYZ | 45.4 | 75.39 | 62.03 | - |
| YUV | 174.56 | 137.83 | 10.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 192 | 0.96 | 0 | 0.25 | 0 | 164.57 | 1 | 0.52 |
| Hex | A | FF | C0 | 60 | 0 | 19 | 0 | A5 | 64 | 34 |
| Octal | 12 | 377 | 300 | 140 | 0 | 31 | 0 | 245 | 144 | 64 |
| Binary | 1010 | 11111111 | 11000000 | 1100000 | 0 | 11001 | 0 | 10100101 | 1100100 | 110100 |
Color Harmonies of #0AFFC0
Complementary color
Monochromatic Colors of #0AFFC0
Black with #0AFFC0
Text Example
Text Example
White with #0AFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFC0; }
p { color: rgb(10,255,192); }
H1.HeaderClassName
{
color: #0AFFC0;
}
.AnyTagClassName
{
color: #0AFFC0;
}
</style>
background-color css
<style>
a { background-color: #0AFFC0; }
a { background-color: rgb(10,255,192); }
div.DivClassName
{
background-color: #0AFFC0;
}
.BgClassName
{
background-color: #0AFFC0;
}
</style>
border-color css
<style>
span { border-color: #0AFFC0; }
span { border-color: rgb(10,255,192); }
td.TdClassName
{
border-color: #0AFFC0;
}
.TagClassName
{
border-color: #0AFFC0;
}
</style>