Shades of Citrus #AAC702
Tints of Citrus #AAC702
RGB
CMYK
RGB Variations
Color information
#AAC702 (or 0xAAC702) is known color: Citrus. HEX triplet: AA, C7 and 02. RGB value is (170,199,2). Sum of RGB (Red+Green+Blue) = 170+199+2=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC702 is #5538FD. Grayscale: #A8A8A8. Windows color (decimal): -5585150 or 182186. OLE color: 182186.
HSL color Cylindrical-coordinate representation of color #AAC702: hue angle of 68.83º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC702 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.22 |
| HSL | 68.83º | 0.98% | 0.39% | - |
| HSV(B) | 68.83º | 0.99% | 0.78% | - |
| XYZ | 37.01 | 49.4 | 7.64 | - |
| YUV | 167.87 | 34.39 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 2 | 0.15 | 0 | 0.99 | 0.22 | 68.83 | 0.98 | 0.39 |
| Hex | AA | C7 | 2 | F | 0 | 63 | 16 | 45 | 62 | 27 |
| Octal | 252 | 307 | 2 | 17 | 0 | 143 | 26 | 105 | 142 | 47 |
| Binary | 10101010 | 11000111 | 10 | 1111 | 0 | 1100011 | 10110 | 1000101 | 1100010 | 100111 |
Color Harmonies of #AAC702
Complementary color
Monochromatic Colors of #AAC702
Black with #AAC702
Text Example
Text Example
White with #AAC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC702; }
p { color: rgb(170,199,2); }
H1.HeaderClassName
{
color: #AAC702;
}
.AnyTagClassName
{
color: #AAC702;
}
</style>
background-color css
<style>
a { background-color: #AAC702; }
a { background-color: rgb(170,199,2); }
div.DivClassName
{
background-color: #AAC702;
}
.BgClassName
{
background-color: #AAC702;
}
</style>
border-color css
<style>
span { border-color: #AAC702; }
span { border-color: rgb(170,199,2); }
td.TdClassName
{
border-color: #AAC702;
}
.TagClassName
{
border-color: #AAC702;
}
</style>