Html Css Color HEX #0AFCA5 Medium Spring Green
📋 copy color: '#0AFCA5'red 10 ◦ green 252 ◦ blue 165
Shades of Medium Spring Green #0AFCA5
Tints of Medium Spring Green #0AFCA5
RGB
CMYK
RGB Variations
Color information
#0AFCA5 (or 0x0AFCA5) is known color: Medium Spring Green. HEX triplet: 0A, FC and A5. RGB value is (10,252,165). Sum of RGB (Red+Green+Blue) = 10+252+165=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFCA5 is #F5035A. Grayscale: #A9A9A9. Windows color (decimal): -16057179 or 10877962. OLE color: 10877962.
HSL color Cylindrical-coordinate representation of color #0AFCA5: hue angle of 158.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFCA5 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 165 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.01 |
| HSL | 158.43º | 0.98% | 0.51% | - |
| HSV(B) | 158.43º | 0.96% | 0.99% | - |
| XYZ | 41.73 | 72.4 | 47.37 | - |
| YUV | 169.72 | 125.33 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 165 | 0.96 | 0 | 0.35 | 0.01 | 158.43 | 0.98 | 0.51 |
| Hex | A | FC | A5 | 60 | 0 | 23 | 1 | 9E | 62 | 33 |
| Octal | 12 | 374 | 245 | 140 | 0 | 43 | 1 | 236 | 142 | 63 |
| Binary | 1010 | 11111100 | 10100101 | 1100000 | 0 | 100011 | 1 | 10011110 | 1100010 | 110011 |
Color Harmonies of #0AFCA5
Complementary color
Monochromatic Colors of #0AFCA5
Black with #0AFCA5
Text Example
Text Example
White with #0AFCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFCA5; }
p { color: rgb(10,252,165); }
H1.HeaderClassName
{
color: #0AFCA5;
}
.AnyTagClassName
{
color: #0AFCA5;
}
</style>
background-color css
<style>
a { background-color: #0AFCA5; }
a { background-color: rgb(10,252,165); }
div.DivClassName
{
background-color: #0AFCA5;
}
.BgClassName
{
background-color: #0AFCA5;
}
</style>
border-color css
<style>
span { border-color: #0AFCA5; }
span { border-color: rgb(10,252,165); }
td.TdClassName
{
border-color: #0AFCA5;
}
.TagClassName
{
border-color: #0AFCA5;
}
</style>