Shades of Citrus #AAC703
Tints of Citrus #AAC703
RGB
CMYK
RGB Variations
Color information
#AAC703 (or 0xAAC703) is known color: Citrus. HEX triplet: AA, C7 and 03. RGB value is (170,199,3). Sum of RGB (Red+Green+Blue) = 170+199+3=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC703 is #5538FC. Grayscale: #A8A8A8. Windows color (decimal): -5585149 or 247722. OLE color: 247722.
HSL color Cylindrical-coordinate representation of color #AAC703: hue angle of 68.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAC703 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.22 |
| HSL | 68.88º | 0.97% | 0.4% | - |
| HSV(B) | 68.88º | 0.98% | 0.78% | - |
| XYZ | 37.02 | 49.4 | 7.67 | - |
| YUV | 167.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 3 | 0.15 | 0 | 0.98 | 0.22 | 68.88 | 0.97 | 0.4 |
| Hex | AA | C7 | 3 | F | 0 | 62 | 16 | 45 | 61 | 28 |
| Octal | 252 | 307 | 3 | 17 | 0 | 142 | 26 | 105 | 141 | 50 |
| Binary | 10101010 | 11000111 | 11 | 1111 | 0 | 1100010 | 10110 | 1000101 | 1100001 | 101000 |
Color Harmonies of #AAC703
Complementary color
Monochromatic Colors of #AAC703
Black with #AAC703
Text Example
Text Example
White with #AAC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC703; }
p { color: rgb(170,199,3); }
H1.HeaderClassName
{
color: #AAC703;
}
.AnyTagClassName
{
color: #AAC703;
}
</style>
background-color css
<style>
a { background-color: #AAC703; }
a { background-color: rgb(170,199,3); }
div.DivClassName
{
background-color: #AAC703;
}
.BgClassName
{
background-color: #AAC703;
}
</style>
border-color css
<style>
span { border-color: #AAC703; }
span { border-color: rgb(170,199,3); }
td.TdClassName
{
border-color: #AAC703;
}
.TagClassName
{
border-color: #AAC703;
}
</style>