Shades of Citrus #AAC306
Tints of Citrus #AAC306
RGB
CMYK
RGB Variations
Color information
#AAC306 (or 0xAAC306) is known color: Citrus. HEX triplet: AA, C3 and 06. RGB value is (170,195,6). Sum of RGB (Red+Green+Blue) = 170+195+6=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC306 is #553CF9. Grayscale: #A6A6A6. Windows color (decimal): -5586170 or 443306. OLE color: 443306.
HSL color Cylindrical-coordinate representation of color #AAC306: hue angle of 67.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC306 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.24 |
| HSL | 67.94º | 0.94% | 0.39% | - |
| HSV(B) | 67.94º | 0.97% | 0.76% | - |
| XYZ | 36.13 | 47.59 | 7.45 | - |
| YUV | 165.98 | 37.72 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 6 | 0.13 | 0 | 0.97 | 0.24 | 67.94 | 0.94 | 0.39 |
| Hex | AA | C3 | 6 | D | 0 | 61 | 18 | 44 | 5E | 27 |
| Octal | 252 | 303 | 6 | 15 | 0 | 141 | 30 | 104 | 136 | 47 |
| Binary | 10101010 | 11000011 | 110 | 1101 | 0 | 1100001 | 11000 | 1000100 | 1011110 | 100111 |
Color Harmonies of #AAC306
Complementary color
Monochromatic Colors of #AAC306
Black with #AAC306
Text Example
Text Example
White with #AAC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC306; }
p { color: rgb(170,195,6); }
H1.HeaderClassName
{
color: #AAC306;
}
.AnyTagClassName
{
color: #AAC306;
}
</style>
background-color css
<style>
a { background-color: #AAC306; }
a { background-color: rgb(170,195,6); }
div.DivClassName
{
background-color: #AAC306;
}
.BgClassName
{
background-color: #AAC306;
}
</style>
border-color css
<style>
span { border-color: #AAC306; }
span { border-color: rgb(170,195,6); }
td.TdClassName
{
border-color: #AAC306;
}
.TagClassName
{
border-color: #AAC306;
}
</style>