Shades of Citrus #AAC705
Tints of Citrus #AAC705
RGB
CMYK
RGB Variations
Color information
#AAC705 (or 0xAAC705) is known color: Citrus. HEX triplet: AA, C7 and 05. RGB value is (170,199,5). Sum of RGB (Red+Green+Blue) = 170+199+5=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC705 is #5538FA. Grayscale: #A8A8A8. Windows color (decimal): -5585147 or 378794. OLE color: 378794.
HSL color Cylindrical-coordinate representation of color #AAC705: hue angle of 68.97º degrees, saturation: 0.95, 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 #AAC705 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.22 |
| HSL | 68.97º | 0.95% | 0.4% | - |
| HSV(B) | 68.97º | 0.97% | 0.78% | - |
| XYZ | 37.03 | 49.4 | 7.73 | - |
| YUV | 168.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 5 | 0.15 | 0 | 0.97 | 0.22 | 68.97 | 0.95 | 0.4 |
| Hex | AA | C7 | 5 | F | 0 | 61 | 16 | 45 | 5F | 28 |
| Octal | 252 | 307 | 5 | 17 | 0 | 141 | 26 | 105 | 137 | 50 |
| Binary | 10101010 | 11000111 | 101 | 1111 | 0 | 1100001 | 10110 | 1000101 | 1011111 | 101000 |
Color Harmonies of #AAC705
Complementary color
Monochromatic Colors of #AAC705
Black with #AAC705
Text Example
Text Example
White with #AAC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC705; }
p { color: rgb(170,199,5); }
H1.HeaderClassName
{
color: #AAC705;
}
.AnyTagClassName
{
color: #AAC705;
}
</style>
background-color css
<style>
a { background-color: #AAC705; }
a { background-color: rgb(170,199,5); }
div.DivClassName
{
background-color: #AAC705;
}
.BgClassName
{
background-color: #AAC705;
}
</style>
border-color css
<style>
span { border-color: #AAC705; }
span { border-color: rgb(170,199,5); }
td.TdClassName
{
border-color: #AAC705;
}
.TagClassName
{
border-color: #AAC705;
}
</style>