Shades of Citrus #AAC205
Tints of Citrus #AAC205
RGB
CMYK
RGB Variations
Color information
#AAC205 (or 0xAAC205) is known color: Citrus. HEX triplet: AA, C2 and 05. RGB value is (170,194,5). Sum of RGB (Red+Green+Blue) = 170+194+5=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC205 is #553DFA. Grayscale: #A6A6A6. Windows color (decimal): -5586427 or 377514. OLE color: 377514.
HSL color Cylindrical-coordinate representation of color #AAC205: hue angle of 67.62º degrees, saturation: 0.95, 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 #AAC205 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.24 |
| HSL | 67.62º | 0.95% | 0.39% | - |
| HSV(B) | 67.62º | 0.97% | 0.76% | - |
| XYZ | 35.9 | 47.14 | 7.35 | - |
| YUV | 165.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 5 | 0.12 | 0 | 0.97 | 0.24 | 67.62 | 0.95 | 0.39 |
| Hex | AA | C2 | 5 | C | 0 | 61 | 18 | 44 | 5F | 27 |
| Octal | 252 | 302 | 5 | 14 | 0 | 141 | 30 | 104 | 137 | 47 |
| Binary | 10101010 | 11000010 | 101 | 1100 | 0 | 1100001 | 11000 | 1000100 | 1011111 | 100111 |
Color Harmonies of #AAC205
Complementary color
Monochromatic Colors of #AAC205
Black with #AAC205
Text Example
Text Example
White with #AAC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC205; }
p { color: rgb(170,194,5); }
H1.HeaderClassName
{
color: #AAC205;
}
.AnyTagClassName
{
color: #AAC205;
}
</style>
background-color css
<style>
a { background-color: #AAC205; }
a { background-color: rgb(170,194,5); }
div.DivClassName
{
background-color: #AAC205;
}
.BgClassName
{
background-color: #AAC205;
}
</style>
border-color css
<style>
span { border-color: #AAC205; }
span { border-color: rgb(170,194,5); }
td.TdClassName
{
border-color: #AAC205;
}
.TagClassName
{
border-color: #AAC205;
}
</style>