Shades of Citrus #AAC402
Tints of Citrus #AAC402
RGB
CMYK
RGB Variations
Color information
#AAC402 (or 0xAAC402) is known color: Citrus. HEX triplet: AA, C4 and 02. RGB value is (170,196,2). Sum of RGB (Red+Green+Blue) = 170+196+2=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC402 is #553BFD. Grayscale: #A6A6A6. Windows color (decimal): -5585918 or 181418. OLE color: 181418.
HSL color Cylindrical-coordinate representation of color #AAC402: hue angle of 68.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC402 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.23 |
| HSL | 68.04º | 0.98% | 0.39% | - |
| HSV(B) | 68.04º | 0.99% | 0.77% | - |
| XYZ | 36.33 | 48.03 | 7.41 | - |
| YUV | 166.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 2 | 0.13 | 0 | 0.99 | 0.23 | 68.04 | 0.98 | 0.39 |
| Hex | AA | C4 | 2 | D | 0 | 63 | 17 | 44 | 62 | 27 |
| Octal | 252 | 304 | 2 | 15 | 0 | 143 | 27 | 104 | 142 | 47 |
| Binary | 10101010 | 11000100 | 10 | 1101 | 0 | 1100011 | 10111 | 1000100 | 1100010 | 100111 |
Color Harmonies of #AAC402
Complementary color
Monochromatic Colors of #AAC402
Black with #AAC402
Text Example
Text Example
White with #AAC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC402; }
p { color: rgb(170,196,2); }
H1.HeaderClassName
{
color: #AAC402;
}
.AnyTagClassName
{
color: #AAC402;
}
</style>
background-color css
<style>
a { background-color: #AAC402; }
a { background-color: rgb(170,196,2); }
div.DivClassName
{
background-color: #AAC402;
}
.BgClassName
{
background-color: #AAC402;
}
</style>
border-color css
<style>
span { border-color: #AAC402; }
span { border-color: rgb(170,196,2); }
td.TdClassName
{
border-color: #AAC402;
}
.TagClassName
{
border-color: #AAC402;
}
</style>