Shades of Citrus #99A400
Tints of Citrus #99A400
RGB
CMYK
RGB Variations
Color information
#99A400 (or 0x99A400) is known color: Citrus. HEX triplet: 99, A4 and 00. RGB value is (153,164,0). Sum of RGB (Red+Green+Blue) = 153+164+0=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #99A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A400 is #665BFF. Grayscale: #8E8E8E. Windows color (decimal): -6708224 or 42137. OLE color: 42137.
HSL color Cylindrical-coordinate representation of color #99A400: hue angle of 64.02º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99A400 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.36 |
| HSL | 64.02º | 1% | 0.32% | - |
| HSV(B) | 64.02º | 1% | 0.64% | - |
| XYZ | 26.41 | 33.32 | 5.04 | - |
| YUV | 142.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 0 | 0.07 | 0 | 1 | 0.36 | 64.02 | 1 | 0.32 |
| Hex | 99 | A4 | 0 | 7 | 0 | 64 | 24 | 40 | 64 | 20 |
| Octal | 231 | 244 | 0 | 7 | 0 | 144 | 44 | 100 | 144 | 40 |
| Binary | 10011001 | 10100100 | 0 | 111 | 0 | 1100100 | 100100 | 1000000 | 1100100 | 100000 |
Color Harmonies of #99A400
Complementary color
Monochromatic Colors of #99A400
Black with #99A400
Text Example
Text Example
White with #99A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A400; }
p { color: rgb(153,164,0); }
H1.HeaderClassName
{
color: #99A400;
}
.AnyTagClassName
{
color: #99A400;
}
</style>
background-color css
<style>
a { background-color: #99A400; }
a { background-color: rgb(153,164,0); }
div.DivClassName
{
background-color: #99A400;
}
.BgClassName
{
background-color: #99A400;
}
</style>
border-color css
<style>
span { border-color: #99A400; }
span { border-color: rgb(153,164,0); }
td.TdClassName
{
border-color: #99A400;
}
.TagClassName
{
border-color: #99A400;
}
</style>