Shades of Citrus #AAC606
Tints of Citrus #AAC606
RGB
CMYK
RGB Variations
Color information
#AAC606 (or 0xAAC606) is known color: Citrus. HEX triplet: AA, C6 and 06. RGB value is (170,198,6). Sum of RGB (Red+Green+Blue) = 170+198+6=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC606 is #5539F9. Grayscale: #A8A8A8. Windows color (decimal): -5585402 or 444074. OLE color: 444074.
HSL color Cylindrical-coordinate representation of color #AAC606: hue angle of 68.75º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC606 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.22 |
| HSL | 68.75º | 0.94% | 0.4% | - |
| HSV(B) | 68.75º | 0.97% | 0.78% | - |
| XYZ | 36.8 | 48.95 | 7.68 | - |
| YUV | 167.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 6 | 0.14 | 0 | 0.97 | 0.22 | 68.75 | 0.94 | 0.4 |
| Hex | AA | C6 | 6 | E | 0 | 61 | 16 | 45 | 5E | 28 |
| Octal | 252 | 306 | 6 | 16 | 0 | 141 | 26 | 105 | 136 | 50 |
| Binary | 10101010 | 11000110 | 110 | 1110 | 0 | 1100001 | 10110 | 1000101 | 1011110 | 101000 |
Color Harmonies of #AAC606
Complementary color
Monochromatic Colors of #AAC606
Black with #AAC606
Text Example
Text Example
White with #AAC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC606; }
p { color: rgb(170,198,6); }
H1.HeaderClassName
{
color: #AAC606;
}
.AnyTagClassName
{
color: #AAC606;
}
</style>
background-color css
<style>
a { background-color: #AAC606; }
a { background-color: rgb(170,198,6); }
div.DivClassName
{
background-color: #AAC606;
}
.BgClassName
{
background-color: #AAC606;
}
</style>
border-color css
<style>
span { border-color: #AAC606; }
span { border-color: rgb(170,198,6); }
td.TdClassName
{
border-color: #AAC606;
}
.TagClassName
{
border-color: #AAC606;
}
</style>