Shades of Spring Green #09FD85
Tints of Spring Green #09FD85
RGB
CMYK
RGB Variations
Color information
#09FD85 (or 0x09FD85) is known color: Spring Green. HEX triplet: 09, FD and 85. RGB value is (9,253,133). Sum of RGB (Red+Green+Blue) = 9+253+133=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 253 (99.22% from 255 or 64.05% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #09FD85 is #F6027A. Grayscale: #A6A6A6. Windows color (decimal): -16122491 or 8781065. OLE color: 8781065.
HSL color Cylindrical-coordinate representation of color #09FD85: hue angle of 150.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FD85 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 133 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.01 |
| HSL | 150.49º | 0.98% | 0.51% | - |
| HSV(B) | 150.49º | 0.96% | 0.99% | - |
| XYZ | 39.47 | 72 | 34.01 | - |
| YUV | 166.36 | 109.16 | 15.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 133 | 0.96 | 0 | 0.47 | 0.01 | 150.49 | 0.98 | 0.51 |
| Hex | 9 | FD | 85 | 60 | 0 | 2F | 1 | 96 | 62 | 33 |
| Octal | 11 | 375 | 205 | 140 | 0 | 57 | 1 | 226 | 142 | 63 |
| Binary | 1001 | 11111101 | 10000101 | 1100000 | 0 | 101111 | 1 | 10010110 | 1100010 | 110011 |
Color Harmonies of #09FD85
Complementary color
Monochromatic Colors of #09FD85
Black with #09FD85
Text Example
Text Example
White with #09FD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FD85; }
p { color: rgb(9,253,133); }
H1.HeaderClassName
{
color: #09FD85;
}
.AnyTagClassName
{
color: #09FD85;
}
</style>
background-color css
<style>
a { background-color: #09FD85; }
a { background-color: rgb(9,253,133); }
div.DivClassName
{
background-color: #09FD85;
}
.BgClassName
{
background-color: #09FD85;
}
</style>
border-color css
<style>
span { border-color: #09FD85; }
span { border-color: rgb(9,253,133); }
td.TdClassName
{
border-color: #09FD85;
}
.TagClassName
{
border-color: #09FD85;
}
</style>