Shades of Citrus #99A404
Tints of Citrus #99A404
RGB
CMYK
RGB Variations
Color information
#99A404 (or 0x99A404) is known color: Citrus. HEX triplet: 99, A4 and 04. RGB value is (153,164,4). Sum of RGB (Red+Green+Blue) = 153+164+4=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #99A404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A404 is #665BFB. Grayscale: #8F8F8F. Windows color (decimal): -6708220 or 304281. OLE color: 304281.
HSL color Cylindrical-coordinate representation of color #99A404: hue angle of 64.12º 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 #99A404 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.36 |
| HSL | 64.13º | 0.95% | 0.33% | - |
| HSV(B) | 64.13º | 0.98% | 0.64% | - |
| XYZ | 26.43 | 33.33 | 5.16 | - |
| YUV | 142.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 4 | 0.07 | 0 | 0.98 | 0.36 | 64.13 | 0.95 | 0.33 |
| Hex | 99 | A4 | 4 | 7 | 0 | 62 | 24 | 40 | 5F | 21 |
| Octal | 231 | 244 | 4 | 7 | 0 | 142 | 44 | 100 | 137 | 41 |
| Binary | 10011001 | 10100100 | 100 | 111 | 0 | 1100010 | 100100 | 1000000 | 1011111 | 100001 |
Color Harmonies of #99A404
Complementary color
Monochromatic Colors of #99A404
Black with #99A404
Text Example
Text Example
White with #99A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A404; }
p { color: rgb(153,164,4); }
H1.HeaderClassName
{
color: #99A404;
}
.AnyTagClassName
{
color: #99A404;
}
</style>
background-color css
<style>
a { background-color: #99A404; }
a { background-color: rgb(153,164,4); }
div.DivClassName
{
background-color: #99A404;
}
.BgClassName
{
background-color: #99A404;
}
</style>
border-color css
<style>
span { border-color: #99A404; }
span { border-color: rgb(153,164,4); }
td.TdClassName
{
border-color: #99A404;
}
.TagClassName
{
border-color: #99A404;
}
</style>