Shades of Citrus #AAC505
Tints of Citrus #AAC505
RGB
CMYK
RGB Variations
Color information
#AAC505 (or 0xAAC505) is known color: Citrus. HEX triplet: AA, C5 and 05. RGB value is (170,197,5). Sum of RGB (Red+Green+Blue) = 170+197+5=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC505 is #553AFA. Grayscale: #A7A7A7. Windows color (decimal): -5585659 or 378282. OLE color: 378282.
HSL color Cylindrical-coordinate representation of color #AAC505: hue angle of 68.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC505 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.23 |
| HSL | 68.44º | 0.95% | 0.4% | - |
| HSV(B) | 68.44º | 0.97% | 0.77% | - |
| XYZ | 36.57 | 48.49 | 7.58 | - |
| YUV | 167.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 5 | 0.14 | 0 | 0.97 | 0.23 | 68.44 | 0.95 | 0.4 |
| Hex | AA | C5 | 5 | E | 0 | 61 | 17 | 44 | 5F | 28 |
| Octal | 252 | 305 | 5 | 16 | 0 | 141 | 27 | 104 | 137 | 50 |
| Binary | 10101010 | 11000101 | 101 | 1110 | 0 | 1100001 | 10111 | 1000100 | 1011111 | 101000 |
Color Harmonies of #AAC505
Complementary color
Monochromatic Colors of #AAC505
Black with #AAC505
Text Example
Text Example
White with #AAC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC505; }
p { color: rgb(170,197,5); }
H1.HeaderClassName
{
color: #AAC505;
}
.AnyTagClassName
{
color: #AAC505;
}
</style>
background-color css
<style>
a { background-color: #AAC505; }
a { background-color: rgb(170,197,5); }
div.DivClassName
{
background-color: #AAC505;
}
.BgClassName
{
background-color: #AAC505;
}
</style>
border-color css
<style>
span { border-color: #AAC505; }
span { border-color: rgb(170,197,5); }
td.TdClassName
{
border-color: #AAC505;
}
.TagClassName
{
border-color: #AAC505;
}
</style>