Shades of Citrus #99A204
Tints of Citrus #99A204
RGB
CMYK
RGB Variations
Color information
#99A204 (or 0x99A204) is known color: Citrus. HEX triplet: 99, A2 and 04. RGB value is (153,162,4). Sum of RGB (Red+Green+Blue) = 153+162+4=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #99A204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A204 is #665DFB. Grayscale: #8D8D8D. Windows color (decimal): -6708732 or 303769. OLE color: 303769.
HSL color Cylindrical-coordinate representation of color #99A204: hue angle of 63.42º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99A204 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.36 |
| HSL | 63.42º | 0.95% | 0.33% | - |
| HSV(B) | 63.42º | 0.98% | 0.64% | - |
| XYZ | 26.08 | 32.62 | 5.04 | - |
| YUV | 141.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 4 | 0.06 | 0 | 0.98 | 0.36 | 63.42 | 0.95 | 0.33 |
| Hex | 99 | A2 | 4 | 6 | 0 | 62 | 24 | 3F | 5F | 21 |
| Octal | 231 | 242 | 4 | 6 | 0 | 142 | 44 | 77 | 137 | 41 |
| Binary | 10011001 | 10100010 | 100 | 110 | 0 | 1100010 | 100100 | 111111 | 1011111 | 100001 |
Color Harmonies of #99A204
Complementary color
Monochromatic Colors of #99A204
Black with #99A204
Text Example
Text Example
White with #99A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A204; }
p { color: rgb(153,162,4); }
H1.HeaderClassName
{
color: #99A204;
}
.AnyTagClassName
{
color: #99A204;
}
</style>
background-color css
<style>
a { background-color: #99A204; }
a { background-color: rgb(153,162,4); }
div.DivClassName
{
background-color: #99A204;
}
.BgClassName
{
background-color: #99A204;
}
</style>
border-color css
<style>
span { border-color: #99A204; }
span { border-color: rgb(153,162,4); }
td.TdClassName
{
border-color: #99A204;
}
.TagClassName
{
border-color: #99A204;
}
</style>