Shades of Citrus #AAC209
Tints of Citrus #AAC209
RGB
CMYK
RGB Variations
Color information
#AAC209 (or 0xAAC209) is known color: Citrus. HEX triplet: AA, C2 and 09. RGB value is (170,194,9). Sum of RGB (Red+Green+Blue) = 170+194+9=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC209 is #553DF6. Grayscale: #A6A6A6. Windows color (decimal): -5586423 or 639658. OLE color: 639658.
HSL color Cylindrical-coordinate representation of color #AAC209: hue angle of 67.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC209 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 9 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.24 |
| HSL | 67.78º | 0.91% | 0.4% | - |
| HSV(B) | 67.78º | 0.95% | 0.76% | - |
| XYZ | 35.92 | 47.15 | 7.47 | - |
| YUV | 165.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 9 | 0.12 | 0 | 0.95 | 0.24 | 67.78 | 0.91 | 0.4 |
| Hex | AA | C2 | 9 | C | 0 | 5F | 18 | 44 | 5B | 28 |
| Octal | 252 | 302 | 11 | 14 | 0 | 137 | 30 | 104 | 133 | 50 |
| Binary | 10101010 | 11000010 | 1001 | 1100 | 0 | 1011111 | 11000 | 1000100 | 1011011 | 101000 |
Color Harmonies of #AAC209
Complementary color
Monochromatic Colors of #AAC209
Black with #AAC209
Text Example
Text Example
White with #AAC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC209; }
p { color: rgb(170,194,9); }
H1.HeaderClassName
{
color: #AAC209;
}
.AnyTagClassName
{
color: #AAC209;
}
</style>
background-color css
<style>
a { background-color: #AAC209; }
a { background-color: rgb(170,194,9); }
div.DivClassName
{
background-color: #AAC209;
}
.BgClassName
{
background-color: #AAC209;
}
</style>
border-color css
<style>
span { border-color: #AAC209; }
span { border-color: rgb(170,194,9); }
td.TdClassName
{
border-color: #AAC209;
}
.TagClassName
{
border-color: #AAC209;
}
</style>