Shades of Citrus #AAC803
Tints of Citrus #AAC803
RGB
CMYK
RGB Variations
Color information
#AAC803 (or 0xAAC803) is known color: Citrus. HEX triplet: AA, C8 and 03. RGB value is (170,200,3). Sum of RGB (Red+Green+Blue) = 170+200+3=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC803 is #5537FC. Grayscale: #A9A9A9. Windows color (decimal): -5584893 or 247978. OLE color: 247978.
HSL color Cylindrical-coordinate representation of color #AAC803: hue angle of 69.14º degrees, saturation: 0.97, 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 #AAC803 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.22 |
| HSL | 69.14º | 0.97% | 0.4% | - |
| HSV(B) | 69.14º | 0.99% | 0.78% | - |
| XYZ | 37.25 | 49.86 | 7.75 | - |
| YUV | 168.57 | 34.56 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 3 | 0.15 | 0 | 0.98 | 0.22 | 69.14 | 0.97 | 0.4 |
| Hex | AA | C8 | 3 | F | 0 | 62 | 16 | 45 | 61 | 28 |
| Octal | 252 | 310 | 3 | 17 | 0 | 142 | 26 | 105 | 141 | 50 |
| Binary | 10101010 | 11001000 | 11 | 1111 | 0 | 1100010 | 10110 | 1000101 | 1100001 | 101000 |
Color Harmonies of #AAC803
Complementary color
Monochromatic Colors of #AAC803
Black with #AAC803
Text Example
Text Example
White with #AAC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC803; }
p { color: rgb(170,200,3); }
H1.HeaderClassName
{
color: #AAC803;
}
.AnyTagClassName
{
color: #AAC803;
}
</style>
background-color css
<style>
a { background-color: #AAC803; }
a { background-color: rgb(170,200,3); }
div.DivClassName
{
background-color: #AAC803;
}
.BgClassName
{
background-color: #AAC803;
}
</style>
border-color css
<style>
span { border-color: #AAC803; }
span { border-color: rgb(170,200,3); }
td.TdClassName
{
border-color: #AAC803;
}
.TagClassName
{
border-color: #AAC803;
}
</style>