Shades of Citrus #AAC902
Tints of Citrus #AAC902
RGB
CMYK
RGB Variations
Color information
#AAC902 (or 0xAAC902) is known color: Citrus. HEX triplet: AA, C9 and 02. RGB value is (170,201,2). Sum of RGB (Red+Green+Blue) = 170+201+2=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC902 is #5536FD. Grayscale: #A9A9A9. Windows color (decimal): -5584638 or 182698. OLE color: 182698.
HSL color Cylindrical-coordinate representation of color #AAC902: hue angle of 69.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC902 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.21 |
| HSL | 69.35º | 0.98% | 0.4% | - |
| HSV(B) | 69.35º | 0.99% | 0.79% | - |
| XYZ | 37.48 | 50.32 | 7.8 | - |
| YUV | 169.05 | 33.73 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 2 | 0.15 | 0 | 0.99 | 0.21 | 69.35 | 0.98 | 0.4 |
| Hex | AA | C9 | 2 | F | 0 | 63 | 15 | 45 | 62 | 28 |
| Octal | 252 | 311 | 2 | 17 | 0 | 143 | 25 | 105 | 142 | 50 |
| Binary | 10101010 | 11001001 | 10 | 1111 | 0 | 1100011 | 10101 | 1000101 | 1100010 | 101000 |
Color Harmonies of #AAC902
Complementary color
Monochromatic Colors of #AAC902
Black with #AAC902
Text Example
Text Example
White with #AAC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC902; }
p { color: rgb(170,201,2); }
H1.HeaderClassName
{
color: #AAC902;
}
.AnyTagClassName
{
color: #AAC902;
}
</style>
background-color css
<style>
a { background-color: #AAC902; }
a { background-color: rgb(170,201,2); }
div.DivClassName
{
background-color: #AAC902;
}
.BgClassName
{
background-color: #AAC902;
}
</style>
border-color css
<style>
span { border-color: #AAC902; }
span { border-color: rgb(170,201,2); }
td.TdClassName
{
border-color: #AAC902;
}
.TagClassName
{
border-color: #AAC902;
}
</style>