Shades of Citrus #AAC905
Tints of Citrus #AAC905
RGB
CMYK
RGB Variations
Color information
#AAC905 (or 0xAAC905) is known color: Citrus. HEX triplet: AA, C9 and 05. RGB value is (170,201,5). Sum of RGB (Red+Green+Blue) = 170+201+5=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC905 is #5536FA. Grayscale: #AAAAAA. Windows color (decimal): -5584635 or 379306. OLE color: 379306.
HSL color Cylindrical-coordinate representation of color #AAC905: hue angle of 69.49º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAC905 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.21 |
| HSL | 69.49º | 0.95% | 0.4% | - |
| HSV(B) | 69.49º | 0.98% | 0.79% | - |
| XYZ | 37.49 | 50.33 | 7.88 | - |
| YUV | 169.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 5 | 0.15 | 0 | 0.98 | 0.21 | 69.49 | 0.95 | 0.4 |
| Hex | AA | C9 | 5 | F | 0 | 62 | 15 | 45 | 5F | 28 |
| Octal | 252 | 311 | 5 | 17 | 0 | 142 | 25 | 105 | 137 | 50 |
| Binary | 10101010 | 11001001 | 101 | 1111 | 0 | 1100010 | 10101 | 1000101 | 1011111 | 101000 |
Color Harmonies of #AAC905
Complementary color
Monochromatic Colors of #AAC905
Black with #AAC905
Text Example
Text Example
White with #AAC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC905; }
p { color: rgb(170,201,5); }
H1.HeaderClassName
{
color: #AAC905;
}
.AnyTagClassName
{
color: #AAC905;
}
</style>
background-color css
<style>
a { background-color: #AAC905; }
a { background-color: rgb(170,201,5); }
div.DivClassName
{
background-color: #AAC905;
}
.BgClassName
{
background-color: #AAC905;
}
</style>
border-color css
<style>
span { border-color: #AAC905; }
span { border-color: rgb(170,201,5); }
td.TdClassName
{
border-color: #AAC905;
}
.TagClassName
{
border-color: #AAC905;
}
</style>