Shades of Spring Bud #99F60A
Tints of Spring Bud #99F60A
RGB
CMYK
RGB Variations
Color information
#99F60A (or 0x99F60A) is known color: Spring Bud. HEX triplet: 99, F6 and 0A. RGB value is (153,246,10). Sum of RGB (Red+Green+Blue) = 153+246+10=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #99F60A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F60A is #6609F5. Grayscale: #C0C0C0. Windows color (decimal): -6687222 or 718489. OLE color: 718489.
HSL color Cylindrical-coordinate representation of color #99F60A: hue angle of 83.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99F60A is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 10 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.04 |
| HSL | 83.64º | 0.93% | 0.5% | - |
| HSV(B) | 83.64º | 0.96% | 0.96% | - |
| XYZ | 46.15 | 72.71 | 11.89 | - |
| YUV | 191.29 | 25.69 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 10 | 0.38 | 0 | 0.96 | 0.04 | 83.64 | 0.93 | 0.5 |
| Hex | 99 | F6 | A | 26 | 0 | 60 | 4 | 54 | 5D | 32 |
| Octal | 231 | 366 | 12 | 46 | 0 | 140 | 4 | 124 | 135 | 62 |
| Binary | 10011001 | 11110110 | 1010 | 100110 | 0 | 1100000 | 100 | 1010100 | 1011101 | 110010 |
Color Harmonies of #99F60A
Complementary color
Monochromatic Colors of #99F60A
Black with #99F60A
Text Example
Text Example
White with #99F60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F60A; }
p { color: rgb(153,246,10); }
H1.HeaderClassName
{
color: #99F60A;
}
.AnyTagClassName
{
color: #99F60A;
}
</style>
background-color css
<style>
a { background-color: #99F60A; }
a { background-color: rgb(153,246,10); }
div.DivClassName
{
background-color: #99F60A;
}
.BgClassName
{
background-color: #99F60A;
}
</style>
border-color css
<style>
span { border-color: #99F60A; }
span { border-color: rgb(153,246,10); }
td.TdClassName
{
border-color: #99F60A;
}
.TagClassName
{
border-color: #99F60A;
}
</style>