Shades of Citrus #AAC302
Tints of Citrus #AAC302
RGB
CMYK
RGB Variations
Color information
#AAC302 (or 0xAAC302) is known color: Citrus. HEX triplet: AA, C3 and 02. RGB value is (170,195,2). Sum of RGB (Red+Green+Blue) = 170+195+2=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC302 is #553CFD. Grayscale: #A6A6A6. Windows color (decimal): -5586174 or 181162. OLE color: 181162.
HSL color Cylindrical-coordinate representation of color #AAC302: hue angle of 67.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC302 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.24 |
| HSL | 67.77º | 0.98% | 0.39% | - |
| HSV(B) | 67.77º | 0.99% | 0.76% | - |
| XYZ | 36.1 | 47.58 | 7.34 | - |
| YUV | 165.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 2 | 0.13 | 0 | 0.99 | 0.24 | 67.77 | 0.98 | 0.39 |
| Hex | AA | C3 | 2 | D | 0 | 63 | 18 | 44 | 62 | 27 |
| Octal | 252 | 303 | 2 | 15 | 0 | 143 | 30 | 104 | 142 | 47 |
| Binary | 10101010 | 11000011 | 10 | 1101 | 0 | 1100011 | 11000 | 1000100 | 1100010 | 100111 |
Color Harmonies of #AAC302
Complementary color
Monochromatic Colors of #AAC302
Black with #AAC302
Text Example
Text Example
White with #AAC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC302; }
p { color: rgb(170,195,2); }
H1.HeaderClassName
{
color: #AAC302;
}
.AnyTagClassName
{
color: #AAC302;
}
</style>
background-color css
<style>
a { background-color: #AAC302; }
a { background-color: rgb(170,195,2); }
div.DivClassName
{
background-color: #AAC302;
}
.BgClassName
{
background-color: #AAC302;
}
</style>
border-color css
<style>
span { border-color: #AAC302; }
span { border-color: rgb(170,195,2); }
td.TdClassName
{
border-color: #AAC302;
}
.TagClassName
{
border-color: #AAC302;
}
</style>