Shades of Citrus #AAAD00
Tints of Citrus #AAAD00
RGB
CMYK
RGB Variations
Color information
#AAAD00 (or 0xAAAD00) is known color: Citrus. HEX triplet: AA, AD and 00. RGB value is (170,173,0). Sum of RGB (Red+Green+Blue) = 170+173+0=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD00 is #5552FF. Grayscale: #999999. Windows color (decimal): -5591808 or 44458. OLE color: 44458.
HSL color Cylindrical-coordinate representation of color #AAAD00: hue angle of 61.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAAD00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.32 |
| HSL | 61.04º | 1% | 0.34% | - |
| HSV(B) | 61.04º | 1% | 0.68% | - |
| XYZ | 31.52 | 38.43 | 5.76 | - |
| YUV | 152.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 0 | 0.02 | 0 | 1 | 0.32 | 61.04 | 1 | 0.34 |
| Hex | AA | AD | 0 | 2 | 0 | 64 | 20 | 3D | 64 | 22 |
| Octal | 252 | 255 | 0 | 2 | 0 | 144 | 40 | 75 | 144 | 42 |
| Binary | 10101010 | 10101101 | 0 | 10 | 0 | 1100100 | 100000 | 111101 | 1100100 | 100010 |
Color Harmonies of #AAAD00
Complementary color
Monochromatic Colors of #AAAD00
Black with #AAAD00
Text Example
Text Example
White with #AAAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD00; }
p { color: rgb(170,173,0); }
H1.HeaderClassName
{
color: #AAAD00;
}
.AnyTagClassName
{
color: #AAAD00;
}
</style>
background-color css
<style>
a { background-color: #AAAD00; }
a { background-color: rgb(170,173,0); }
div.DivClassName
{
background-color: #AAAD00;
}
.BgClassName
{
background-color: #AAAD00;
}
</style>
border-color css
<style>
span { border-color: #AAAD00; }
span { border-color: rgb(170,173,0); }
td.TdClassName
{
border-color: #AAAD00;
}
.TagClassName
{
border-color: #AAAD00;
}
</style>