Html Css Color HEX #0AF38C Medium Spring Green
📋 copy color: '#0AF38C'red 10 ◦ green 243 ◦ blue 140
Shades of Medium Spring Green #0AF38C
Tints of Medium Spring Green #0AF38C
RGB
CMYK
RGB Variations
Color information
#0AF38C (or 0x0AF38C) is known color: Medium Spring Green. HEX triplet: 0A, F3 and 8C. RGB value is (10,243,140). Sum of RGB (Red+Green+Blue) = 10+243+140=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 243 (95.31% from 255 or 61.83% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF38C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF38C is #F50C73. Grayscale: #A1A1A1. Windows color (decimal): -16059508 or 9237258. OLE color: 9237258.
HSL color Cylindrical-coordinate representation of color #0AF38C: hue angle of 153.48º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF38C is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 243 | 140 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.05 |
| HSL | 153.48º | 0.92% | 0.5% | - |
| HSV(B) | 153.48º | 0.96% | 0.95% | - |
| XYZ | 36.91 | 66.06 | 35.62 | - |
| YUV | 161.59 | 115.81 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 140 | 0.96 | 0 | 0.42 | 0.05 | 153.48 | 0.92 | 0.5 |
| Hex | A | F3 | 8C | 60 | 0 | 2A | 5 | 99 | 5C | 32 |
| Octal | 12 | 363 | 214 | 140 | 0 | 52 | 5 | 231 | 134 | 62 |
| Binary | 1010 | 11110011 | 10001100 | 1100000 | 0 | 101010 | 101 | 10011001 | 1011100 | 110010 |
Color Harmonies of #0AF38C
Complementary color
Monochromatic Colors of #0AF38C
Black with #0AF38C
Text Example
Text Example
White with #0AF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF38C; }
p { color: rgb(10,243,140); }
H1.HeaderClassName
{
color: #0AF38C;
}
.AnyTagClassName
{
color: #0AF38C;
}
</style>
background-color css
<style>
a { background-color: #0AF38C; }
a { background-color: rgb(10,243,140); }
div.DivClassName
{
background-color: #0AF38C;
}
.BgClassName
{
background-color: #0AF38C;
}
</style>
border-color css
<style>
span { border-color: #0AF38C; }
span { border-color: rgb(10,243,140); }
td.TdClassName
{
border-color: #0AF38C;
}
.TagClassName
{
border-color: #0AF38C;
}
</style>