Shades of Citrus #AAC609
Tints of Citrus #AAC609
RGB
CMYK
RGB Variations
Color information
#AAC609 (or 0xAAC609) is known color: Citrus. HEX triplet: AA, C6 and 09. RGB value is (170,198,9). Sum of RGB (Red+Green+Blue) = 170+198+9=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC609 is #5539F6. Grayscale: #A8A8A8. Windows color (decimal): -5585399 or 640682. OLE color: 640682.
HSL color Cylindrical-coordinate representation of color #AAC609: hue angle of 68.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC609 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 9 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.22 |
| HSL | 68.89º | 0.91% | 0.41% | - |
| HSV(B) | 68.89º | 0.95% | 0.78% | - |
| XYZ | 36.82 | 48.95 | 7.77 | - |
| YUV | 168.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 9 | 0.14 | 0 | 0.95 | 0.22 | 68.89 | 0.91 | 0.41 |
| Hex | AA | C6 | 9 | E | 0 | 5F | 16 | 45 | 5B | 29 |
| Octal | 252 | 306 | 11 | 16 | 0 | 137 | 26 | 105 | 133 | 51 |
| Binary | 10101010 | 11000110 | 1001 | 1110 | 0 | 1011111 | 10110 | 1000101 | 1011011 | 101001 |
Color Harmonies of #AAC609
Complementary color
Monochromatic Colors of #AAC609
Black with #AAC609
Text Example
Text Example
White with #AAC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC609; }
p { color: rgb(170,198,9); }
H1.HeaderClassName
{
color: #AAC609;
}
.AnyTagClassName
{
color: #AAC609;
}
</style>
background-color css
<style>
a { background-color: #AAC609; }
a { background-color: rgb(170,198,9); }
div.DivClassName
{
background-color: #AAC609;
}
.BgClassName
{
background-color: #AAC609;
}
</style>
border-color css
<style>
span { border-color: #AAC609; }
span { border-color: rgb(170,198,9); }
td.TdClassName
{
border-color: #AAC609;
}
.TagClassName
{
border-color: #AAC609;
}
</style>