Shades of Citrus #AAC00C
Tints of Citrus #AAC00C
RGB
CMYK
RGB Variations
Color information
#AAC00C (or 0xAAC00C) is known color: Citrus. HEX triplet: AA, C0 and 0C. RGB value is (170,192,12). Sum of RGB (Red+Green+Blue) = 170+192+12=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC00C is #553FF3. Grayscale: #A5A5A5. Windows color (decimal): -5586932 or 835754. OLE color: 835754.
HSL color Cylindrical-coordinate representation of color #AAC00C: hue angle of 67.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC00C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.25 |
| HSL | 67.33º | 0.88% | 0.4% | - |
| HSV(B) | 67.33º | 0.94% | 0.75% | - |
| XYZ | 35.49 | 46.27 | 7.41 | - |
| YUV | 164.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 12 | 0.11 | 0 | 0.94 | 0.25 | 67.33 | 0.88 | 0.4 |
| Hex | AA | C0 | C | B | 0 | 5E | 19 | 43 | 58 | 28 |
| Octal | 252 | 300 | 14 | 13 | 0 | 136 | 31 | 103 | 130 | 50 |
| Binary | 10101010 | 11000000 | 1100 | 1011 | 0 | 1011110 | 11001 | 1000011 | 1011000 | 101000 |
Color Harmonies of #AAC00C
Complementary color
Monochromatic Colors of #AAC00C
Black with #AAC00C
Text Example
Text Example
White with #AAC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC00C; }
p { color: rgb(170,192,12); }
H1.HeaderClassName
{
color: #AAC00C;
}
.AnyTagClassName
{
color: #AAC00C;
}
</style>
background-color css
<style>
a { background-color: #AAC00C; }
a { background-color: rgb(170,192,12); }
div.DivClassName
{
background-color: #AAC00C;
}
.BgClassName
{
background-color: #AAC00C;
}
</style>
border-color css
<style>
span { border-color: #AAC00C; }
span { border-color: rgb(170,192,12); }
td.TdClassName
{
border-color: #AAC00C;
}
.TagClassName
{
border-color: #AAC00C;
}
</style>