Shades of Citrus #AAC802
Tints of Citrus #AAC802
RGB
CMYK
RGB Variations
Color information
#AAC802 (or 0xAAC802) is known color: Citrus. HEX triplet: AA, C8 and 02. RGB value is (170,200,2). Sum of RGB (Red+Green+Blue) = 170+200+2=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC802 is #5537FD. Grayscale: #A9A9A9. Windows color (decimal): -5584894 or 182442. OLE color: 182442.
HSL color Cylindrical-coordinate representation of color #AAC802: hue angle of 69.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC802 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.22 |
| HSL | 69.09º | 0.98% | 0.4% | - |
| HSV(B) | 69.09º | 0.99% | 0.78% | - |
| XYZ | 37.24 | 49.86 | 7.72 | - |
| YUV | 168.46 | 34.06 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 2 | 0.15 | 0 | 0.99 | 0.22 | 69.09 | 0.98 | 0.4 |
| Hex | AA | C8 | 2 | F | 0 | 63 | 16 | 45 | 62 | 28 |
| Octal | 252 | 310 | 2 | 17 | 0 | 143 | 26 | 105 | 142 | 50 |
| Binary | 10101010 | 11001000 | 10 | 1111 | 0 | 1100011 | 10110 | 1000101 | 1100010 | 101000 |
Color Harmonies of #AAC802
Complementary color
Monochromatic Colors of #AAC802
Black with #AAC802
Text Example
Text Example
White with #AAC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC802; }
p { color: rgb(170,200,2); }
H1.HeaderClassName
{
color: #AAC802;
}
.AnyTagClassName
{
color: #AAC802;
}
</style>
background-color css
<style>
a { background-color: #AAC802; }
a { background-color: rgb(170,200,2); }
div.DivClassName
{
background-color: #AAC802;
}
.BgClassName
{
background-color: #AAC802;
}
</style>
border-color css
<style>
span { border-color: #AAC802; }
span { border-color: rgb(170,200,2); }
td.TdClassName
{
border-color: #AAC802;
}
.TagClassName
{
border-color: #AAC802;
}
</style>