Shades of Spring Green #0AED69
Tints of Spring Green #0AED69
RGB
CMYK
RGB Variations
Color information
#0AED69 (or 0x0AED69) is known color: Spring Green. HEX triplet: 0A, ED and 69. RGB value is (10,237,105). Sum of RGB (Red+Green+Blue) = 10+237+105=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 237 (92.97% from 255 or 67.33% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 237 - color contains mainly: green. Hex color #0AED69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AED69 is #F51296. Grayscale: #9A9A9A. Windows color (decimal): -16061079 or 6941962. OLE color: 6941962.
HSL color Cylindrical-coordinate representation of color #0AED69: hue angle of 145.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AED69 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 105 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.07 |
| HSL | 145.11º | 0.92% | 0.48% | - |
| HSV(B) | 145.11º | 0.96% | 0.93% | - |
| XYZ | 32.96 | 61.65 | 23.53 | - |
| YUV | 154.08 | 100.29 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 105 | 0.96 | 0 | 0.56 | 0.07 | 145.11 | 0.92 | 0.48 |
| Hex | A | ED | 69 | 60 | 0 | 38 | 7 | 91 | 5C | 30 |
| Octal | 12 | 355 | 151 | 140 | 0 | 70 | 7 | 221 | 134 | 60 |
| Binary | 1010 | 11101101 | 1101001 | 1100000 | 0 | 111000 | 111 | 10010001 | 1011100 | 110000 |
Color Harmonies of #0AED69
Complementary color
Monochromatic Colors of #0AED69
Black with #0AED69
Text Example
Text Example
White with #0AED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AED69; }
p { color: rgb(10,237,105); }
H1.HeaderClassName
{
color: #0AED69;
}
.AnyTagClassName
{
color: #0AED69;
}
</style>
background-color css
<style>
a { background-color: #0AED69; }
a { background-color: rgb(10,237,105); }
div.DivClassName
{
background-color: #0AED69;
}
.BgClassName
{
background-color: #0AED69;
}
</style>
border-color css
<style>
span { border-color: #0AED69; }
span { border-color: rgb(10,237,105); }
td.TdClassName
{
border-color: #0AED69;
}
.TagClassName
{
border-color: #0AED69;
}
</style>