Html Css Color HEX #0AF29B Medium Spring Green
📋 copy color: '#0AF29B'red 10 ◦ green 242 ◦ blue 155
Shades of Medium Spring Green #0AF29B
Tints of Medium Spring Green #0AF29B
RGB
CMYK
RGB Variations
Color information
#0AF29B (or 0x0AF29B) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 9B. RGB value is (10,242,155). Sum of RGB (Red+Green+Blue) = 10+242+155=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF29B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF29B is #F50D64. Grayscale: #A2A2A2. Windows color (decimal): -16059749 or 10220042. OLE color: 10220042.
HSL color Cylindrical-coordinate representation of color #0AF29B: hue angle of 157.5º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF29B is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 155 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.05 |
| HSL | 157.5º | 0.92% | 0.49% | - |
| HSV(B) | 157.5º | 0.96% | 0.95% | - |
| XYZ | 37.79 | 65.94 | 41.75 | - |
| YUV | 162.71 | 123.64 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 155 | 0.96 | 0 | 0.36 | 0.05 | 157.5 | 0.92 | 0.49 |
| Hex | A | F2 | 9B | 60 | 0 | 24 | 5 | 9E | 5C | 31 |
| Octal | 12 | 362 | 233 | 140 | 0 | 44 | 5 | 236 | 134 | 61 |
| Binary | 1010 | 11110010 | 10011011 | 1100000 | 0 | 100100 | 101 | 10011110 | 1011100 | 110001 |
Color Harmonies of #0AF29B
Complementary color
Monochromatic Colors of #0AF29B
Black with #0AF29B
Text Example
Text Example
White with #0AF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF29B; }
p { color: rgb(10,242,155); }
H1.HeaderClassName
{
color: #0AF29B;
}
.AnyTagClassName
{
color: #0AF29B;
}
</style>
background-color css
<style>
a { background-color: #0AF29B; }
a { background-color: rgb(10,242,155); }
div.DivClassName
{
background-color: #0AF29B;
}
.BgClassName
{
background-color: #0AF29B;
}
</style>
border-color css
<style>
span { border-color: #0AF29B; }
span { border-color: rgb(10,242,155); }
td.TdClassName
{
border-color: #0AF29B;
}
.TagClassName
{
border-color: #0AF29B;
}
</style>