Shades of Citrus #AAC805
Tints of Citrus #AAC805
RGB
CMYK
RGB Variations
Color information
#AAC805 (or 0xAAC805) is known color: Citrus. HEX triplet: AA, C8 and 05. RGB value is (170,200,5). Sum of RGB (Red+Green+Blue) = 170+200+5=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC805 is #5537FA. Grayscale: #A9A9A9. Windows color (decimal): -5584891 or 379050. OLE color: 379050.
HSL color Cylindrical-coordinate representation of color #AAC805: hue angle of 69.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAC805 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.22 |
| HSL | 69.23º | 0.95% | 0.4% | - |
| HSV(B) | 69.23º | 0.98% | 0.78% | - |
| XYZ | 37.26 | 49.87 | 7.8 | - |
| YUV | 168.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 5 | 0.15 | 0 | 0.98 | 0.22 | 69.23 | 0.95 | 0.4 |
| Hex | AA | C8 | 5 | F | 0 | 62 | 16 | 45 | 5F | 28 |
| Octal | 252 | 310 | 5 | 17 | 0 | 142 | 26 | 105 | 137 | 50 |
| Binary | 10101010 | 11001000 | 101 | 1111 | 0 | 1100010 | 10110 | 1000101 | 1011111 | 101000 |
Color Harmonies of #AAC805
Complementary color
Monochromatic Colors of #AAC805
Black with #AAC805
Text Example
Text Example
White with #AAC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC805; }
p { color: rgb(170,200,5); }
H1.HeaderClassName
{
color: #AAC805;
}
.AnyTagClassName
{
color: #AAC805;
}
</style>
background-color css
<style>
a { background-color: #AAC805; }
a { background-color: rgb(170,200,5); }
div.DivClassName
{
background-color: #AAC805;
}
.BgClassName
{
background-color: #AAC805;
}
</style>
border-color css
<style>
span { border-color: #AAC805; }
span { border-color: rgb(170,200,5); }
td.TdClassName
{
border-color: #AAC805;
}
.TagClassName
{
border-color: #AAC805;
}
</style>