Shades of Spring Bud #99FF12
Tints of Spring Bud #99FF12
RGB
CMYK
RGB Variations
Color information
#99FF12 (or 0x99FF12) is known color: Spring Bud. HEX triplet: 99, FF and 12. RGB value is (153,255,18). Sum of RGB (Red+Green+Blue) = 153+255+18=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FF12 is #6600ED. Grayscale: #C6C6C6. Windows color (decimal): -6684910 or 1245081. OLE color: 1245081.
HSL color Cylindrical-coordinate representation of color #99FF12: hue angle of 85.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99FF12 is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 18 | - |
| CMYK | 0.4 | 0 | 0.93 | 0 |
| HSL | 85.82º | 1% | 0.54% | - |
| HSV(B) | 85.82º | 0.93% | 1% | - |
| XYZ | 49.01 | 78.34 | 13.11 | - |
| YUV | 197.48 | 26.71 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 18 | 0.4 | 0 | 0.93 | 0 | 85.82 | 1 | 0.54 |
| Hex | 99 | FF | 12 | 28 | 0 | 5D | 0 | 56 | 64 | 36 |
| Octal | 231 | 377 | 22 | 50 | 0 | 135 | 0 | 126 | 144 | 66 |
| Binary | 10011001 | 11111111 | 10010 | 101000 | 0 | 1011101 | 0 | 1010110 | 1100100 | 110110 |
Color Harmonies of #99FF12
Complementary color
Monochromatic Colors of #99FF12
Black with #99FF12
Text Example
Text Example
White with #99FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF12; }
p { color: rgb(153,255,18); }
H1.HeaderClassName
{
color: #99FF12;
}
.AnyTagClassName
{
color: #99FF12;
}
</style>
background-color css
<style>
a { background-color: #99FF12; }
a { background-color: rgb(153,255,18); }
div.DivClassName
{
background-color: #99FF12;
}
.BgClassName
{
background-color: #99FF12;
}
</style>
border-color css
<style>
span { border-color: #99FF12; }
span { border-color: rgb(153,255,18); }
td.TdClassName
{
border-color: #99FF12;
}
.TagClassName
{
border-color: #99FF12;
}
</style>