Shades of Citrus #99C016
Tints of Citrus #99C016
RGB
CMYK
RGB Variations
Color information
#99C016 (or 0x99C016) is known color: Citrus. HEX triplet: 99, C0 and 16. RGB value is (153,192,22). Sum of RGB (Red+Green+Blue) = 153+192+22=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #99C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C016 is #663FE9. Grayscale: #A1A1A1. Windows color (decimal): -6701034 or 1491097. OLE color: 1491097.
HSL color Cylindrical-coordinate representation of color #99C016: hue angle of 73.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99C016 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 22 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.25 |
| HSL | 73.76º | 0.79% | 0.42% | - |
| HSV(B) | 73.76º | 0.89% | 0.75% | - |
| XYZ | 32.13 | 44.53 | 7.66 | - |
| YUV | 160.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 22 | 0.20 | 0 | 0.89 | 0.25 | 73.76 | 0.79 | 0.42 |
| Hex | 99 | C0 | 16 | 14 | 0 | 59 | 19 | 4A | 4F | 2A |
| Octal | 231 | 300 | 26 | 24 | 0 | 131 | 31 | 112 | 117 | 52 |
| Binary | 10011001 | 11000000 | 10110 | 10100 | 0 | 1011001 | 11001 | 1001010 | 1001111 | 101010 |
Color Harmonies of #99C016
Complementary color
Monochromatic Colors of #99C016
Black with #99C016
Text Example
Text Example
White with #99C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C016; }
p { color: rgb(153,192,22); }
H1.HeaderClassName
{
color: #99C016;
}
.AnyTagClassName
{
color: #99C016;
}
</style>
background-color css
<style>
a { background-color: #99C016; }
a { background-color: rgb(153,192,22); }
div.DivClassName
{
background-color: #99C016;
}
.BgClassName
{
background-color: #99C016;
}
</style>
border-color css
<style>
span { border-color: #99C016; }
span { border-color: rgb(153,192,22); }
td.TdClassName
{
border-color: #99C016;
}
.TagClassName
{
border-color: #99C016;
}
</style>