Shades of Spring Bud #9DF612
Tints of Spring Bud #9DF612
RGB
CMYK
RGB Variations
Color information
#9DF612 (or 0x9DF612) is known color: Spring Bud. HEX triplet: 9D, F6 and 12. RGB value is (157,246,18). Sum of RGB (Red+Green+Blue) = 157+246+18=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 246 (96.48% from 255 or 58.43% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF612 is #6209ED. Grayscale: #C2C2C2. Windows color (decimal): -6425070 or 1242781. OLE color: 1242781.
HSL color Cylindrical-coordinate representation of color #9DF612: hue angle of 83.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF612 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.04 |
| HSL | 83.42º | 0.93% | 0.52% | - |
| HSV(B) | 83.42º | 0.93% | 0.96% | - |
| XYZ | 46.97 | 73.12 | 12.21 | - |
| YUV | 193.4 | 29.01 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 18 | 0.36 | 0 | 0.93 | 0.04 | 83.42 | 0.93 | 0.52 |
| Hex | 9D | F6 | 12 | 24 | 0 | 5D | 4 | 53 | 5D | 34 |
| Octal | 235 | 366 | 22 | 44 | 0 | 135 | 4 | 123 | 135 | 64 |
| Binary | 10011101 | 11110110 | 10010 | 100100 | 0 | 1011101 | 100 | 1010011 | 1011101 | 110100 |
Color Harmonies of #9DF612
Complementary color
Monochromatic Colors of #9DF612
Black with #9DF612
Text Example
Text Example
White with #9DF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF612; }
p { color: rgb(157,246,18); }
H1.HeaderClassName
{
color: #9DF612;
}
.AnyTagClassName
{
color: #9DF612;
}
</style>
background-color css
<style>
a { background-color: #9DF612; }
a { background-color: rgb(157,246,18); }
div.DivClassName
{
background-color: #9DF612;
}
.BgClassName
{
background-color: #9DF612;
}
</style>
border-color css
<style>
span { border-color: #9DF612; }
span { border-color: rgb(157,246,18); }
td.TdClassName
{
border-color: #9DF612;
}
.TagClassName
{
border-color: #9DF612;
}
</style>