Shades of Spring Green #0AE375
Tints of Spring Green #0AE375
RGB
CMYK
RGB Variations
Color information
#0AE375 (or 0x0AE375) is known color: Spring Green. HEX triplet: 0A, E3 and 75. RGB value is (10,227,117). Sum of RGB (Red+Green+Blue) = 10+227+117=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE375 is #F51C8A. Grayscale: #959595. Windows color (decimal): -16063627 or 7725834. OLE color: 7725834.
HSL color Cylindrical-coordinate representation of color #0AE375: hue angle of 149.59º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE375 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 117 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.11 |
| HSL | 149.59º | 0.92% | 0.46% | - |
| HSV(B) | 149.59º | 0.96% | 0.89% | - |
| XYZ | 30.81 | 56.29 | 26.07 | - |
| YUV | 149.58 | 109.61 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 117 | 0.96 | 0 | 0.48 | 0.11 | 149.59 | 0.92 | 0.46 |
| Hex | A | E3 | 75 | 60 | 0 | 30 | B | 96 | 5C | 2E |
| Octal | 12 | 343 | 165 | 140 | 0 | 60 | 13 | 226 | 134 | 56 |
| Binary | 1010 | 11100011 | 1110101 | 1100000 | 0 | 110000 | 1011 | 10010110 | 1011100 | 101110 |
Color Harmonies of #0AE375
Complementary color
Monochromatic Colors of #0AE375
Black with #0AE375
Text Example
Text Example
White with #0AE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE375; }
p { color: rgb(10,227,117); }
H1.HeaderClassName
{
color: #0AE375;
}
.AnyTagClassName
{
color: #0AE375;
}
</style>
background-color css
<style>
a { background-color: #0AE375; }
a { background-color: rgb(10,227,117); }
div.DivClassName
{
background-color: #0AE375;
}
.BgClassName
{
background-color: #0AE375;
}
</style>
border-color css
<style>
span { border-color: #0AE375; }
span { border-color: rgb(10,227,117); }
td.TdClassName
{
border-color: #0AE375;
}
.TagClassName
{
border-color: #0AE375;
}
</style>