Shades of Spring Green #09FF85
Tints of Spring Green #09FF85
RGB
CMYK
RGB Variations
Color information
#09FF85 (or 0x09FF85) is known color: Spring Green. HEX triplet: 09, FF and 85. RGB value is (9,255,133). Sum of RGB (Red+Green+Blue) = 9+255+133=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #09FF85 is #F6007A. Grayscale: #A7A7A7. Windows color (decimal): -16121979 or 8781577. OLE color: 8781577.
HSL color Cylindrical-coordinate representation of color #09FF85: hue angle of 150.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FF85 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 133 | - |
| CMYK | 0.96 | 0 | 0.48 | 0 |
| HSL | 150.24º | 1% | 0.52% | - |
| HSV(B) | 150.24º | 0.96% | 1% | - |
| XYZ | 40.11 | 73.27 | 34.22 | - |
| YUV | 167.54 | 108.5 | 14.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 133 | 0.96 | 0 | 0.48 | 0 | 150.24 | 1 | 0.52 |
| Hex | 9 | FF | 85 | 60 | 0 | 30 | 0 | 96 | 64 | 34 |
| Octal | 11 | 377 | 205 | 140 | 0 | 60 | 0 | 226 | 144 | 64 |
| Binary | 1001 | 11111111 | 10000101 | 1100000 | 0 | 110000 | 0 | 10010110 | 1100100 | 110100 |
Color Harmonies of #09FF85
Complementary color
Monochromatic Colors of #09FF85
Black with #09FF85
Text Example
Text Example
White with #09FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF85; }
p { color: rgb(9,255,133); }
H1.HeaderClassName
{
color: #09FF85;
}
.AnyTagClassName
{
color: #09FF85;
}
</style>
background-color css
<style>
a { background-color: #09FF85; }
a { background-color: rgb(9,255,133); }
div.DivClassName
{
background-color: #09FF85;
}
.BgClassName
{
background-color: #09FF85;
}
</style>
border-color css
<style>
span { border-color: #09FF85; }
span { border-color: rgb(9,255,133); }
td.TdClassName
{
border-color: #09FF85;
}
.TagClassName
{
border-color: #09FF85;
}
</style>