Shades of Spring Bud #9DFF18
Tints of Spring Bud #9DFF18
RGB
CMYK
RGB Variations
Color information
#9DFF18 (or 0x9DFF18) is known color: Spring Bud. HEX triplet: 9D, FF and 18. RGB value is (157,255,24). Sum of RGB (Red+Green+Blue) = 157+255+24=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF18 is #6200E7. Grayscale: #C8C8C8. Windows color (decimal): -6422760 or 1638301. OLE color: 1638301.
HSL color Cylindrical-coordinate representation of color #9DFF18: hue angle of 85.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DFF18 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 24 | - |
| CMYK | 0.38 | 0 | 0.91 | 0 |
| HSL | 85.45º | 1% | 0.55% | - |
| HSV(B) | 85.45º | 0.91% | 1% | - |
| XYZ | 49.83 | 78.75 | 13.44 | - |
| YUV | 199.36 | 29.03 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 24 | 0.38 | 0 | 0.91 | 0 | 85.45 | 1 | 0.55 |
| Hex | 9D | FF | 18 | 26 | 0 | 5B | 0 | 55 | 64 | 37 |
| Octal | 235 | 377 | 30 | 46 | 0 | 133 | 0 | 125 | 144 | 67 |
| Binary | 10011101 | 11111111 | 11000 | 100110 | 0 | 1011011 | 0 | 1010101 | 1100100 | 110111 |
Color Harmonies of #9DFF18
Complementary color
Monochromatic Colors of #9DFF18
Black with #9DFF18
Text Example
Text Example
White with #9DFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF18; }
p { color: rgb(157,255,24); }
H1.HeaderClassName
{
color: #9DFF18;
}
.AnyTagClassName
{
color: #9DFF18;
}
</style>
background-color css
<style>
a { background-color: #9DFF18; }
a { background-color: rgb(157,255,24); }
div.DivClassName
{
background-color: #9DFF18;
}
.BgClassName
{
background-color: #9DFF18;
}
</style>
border-color css
<style>
span { border-color: #9DFF18; }
span { border-color: rgb(157,255,24); }
td.TdClassName
{
border-color: #9DFF18;
}
.TagClassName
{
border-color: #9DFF18;
}
</style>