Shades of Spring Bud #99FA12
Tints of Spring Bud #99FA12
RGB
CMYK
RGB Variations
Color information
#99FA12 (or 0x99FA12) is known color: Spring Bud. HEX triplet: 99, FA and 12. RGB value is (153,250,18). Sum of RGB (Red+Green+Blue) = 153+250+18=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FA12 is #6605ED. Grayscale: #C3C3C3. Windows color (decimal): -6686190 or 1243801. OLE color: 1243801.
HSL color Cylindrical-coordinate representation of color #99FA12: hue angle of 85.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99FA12 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 18 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.02 |
| HSL | 85.09º | 0.96% | 0.53% | - |
| HSV(B) | 85.09º | 0.93% | 0.98% | - |
| XYZ | 47.43 | 75.19 | 12.58 | - |
| YUV | 194.55 | 28.36 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 18 | 0.39 | 0 | 0.93 | 0.02 | 85.09 | 0.96 | 0.53 |
| Hex | 99 | FA | 12 | 27 | 0 | 5D | 2 | 55 | 60 | 35 |
| Octal | 231 | 372 | 22 | 47 | 0 | 135 | 2 | 125 | 140 | 65 |
| Binary | 10011001 | 11111010 | 10010 | 100111 | 0 | 1011101 | 10 | 1010101 | 1100000 | 110101 |
Color Harmonies of #99FA12
Complementary color
Monochromatic Colors of #99FA12
Black with #99FA12
Text Example
Text Example
White with #99FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA12; }
p { color: rgb(153,250,18); }
H1.HeaderClassName
{
color: #99FA12;
}
.AnyTagClassName
{
color: #99FA12;
}
</style>
background-color css
<style>
a { background-color: #99FA12; }
a { background-color: rgb(153,250,18); }
div.DivClassName
{
background-color: #99FA12;
}
.BgClassName
{
background-color: #99FA12;
}
</style>
border-color css
<style>
span { border-color: #99FA12; }
span { border-color: rgb(153,250,18); }
td.TdClassName
{
border-color: #99FA12;
}
.TagClassName
{
border-color: #99FA12;
}
</style>