Shades of Spring Green #09E485
Tints of Spring Green #09E485
RGB
CMYK
RGB Variations
Color information
#09E485 (or 0x09E485) is known color: Spring Green. HEX triplet: 09, E4 and 85. RGB value is (9,228,133). Sum of RGB (Red+Green+Blue) = 9+228+133=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 228 (89.45% from 255 or 61.62% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 228 - color contains mainly: green. Hex color #09E485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09E485 is #F61B7A. Grayscale: #979797. Windows color (decimal): -16128891 or 8774665. OLE color: 8774665.
HSL color Cylindrical-coordinate representation of color #09E485: hue angle of 153.97º 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 #09E485 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 228 | 133 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.11 |
| HSL | 153.97º | 0.92% | 0.46% | - |
| HSV(B) | 153.97º | 0.96% | 0.89% | - |
| XYZ | 32.09 | 57.24 | 31.55 | - |
| YUV | 151.69 | 117.45 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 228 | 133 | 0.96 | 0 | 0.42 | 0.11 | 153.97 | 0.92 | 0.46 |
| Hex | 9 | E4 | 85 | 60 | 0 | 2A | B | 9A | 5C | 2E |
| Octal | 11 | 344 | 205 | 140 | 0 | 52 | 13 | 232 | 134 | 56 |
| Binary | 1001 | 11100100 | 10000101 | 1100000 | 0 | 101010 | 1011 | 10011010 | 1011100 | 101110 |
Color Harmonies of #09E485
Complementary color
Monochromatic Colors of #09E485
Black with #09E485
Text Example
Text Example
White with #09E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E485; }
p { color: rgb(9,228,133); }
H1.HeaderClassName
{
color: #09E485;
}
.AnyTagClassName
{
color: #09E485;
}
</style>
background-color css
<style>
a { background-color: #09E485; }
a { background-color: rgb(9,228,133); }
div.DivClassName
{
background-color: #09E485;
}
.BgClassName
{
background-color: #09E485;
}
</style>
border-color css
<style>
span { border-color: #09E485; }
span { border-color: rgb(9,228,133); }
td.TdClassName
{
border-color: #09E485;
}
.TagClassName
{
border-color: #09E485;
}
</style>