Shades of Citrus #AAC201
Tints of Citrus #AAC201
RGB
CMYK
RGB Variations
Color information
#AAC201 (or 0xAAC201) is known color: Citrus. HEX triplet: AA, C2 and 01. RGB value is (170,194,1). Sum of RGB (Red+Green+Blue) = 170+194+1=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC201 is #553DFE. Grayscale: #A5A5A5. Windows color (decimal): -5586431 or 115370. OLE color: 115370.
HSL color Cylindrical-coordinate representation of color #AAC201: hue angle of 67.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC201 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.24 |
| HSL | 67.46º | 0.99% | 0.38% | - |
| HSV(B) | 67.46º | 0.99% | 0.76% | - |
| XYZ | 35.87 | 47.13 | 7.24 | - |
| YUV | 164.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 1 | 0.12 | 0 | 0.99 | 0.24 | 67.46 | 0.99 | 0.38 |
| Hex | AA | C2 | 1 | C | 0 | 63 | 18 | 43 | 63 | 26 |
| Octal | 252 | 302 | 1 | 14 | 0 | 143 | 30 | 103 | 143 | 46 |
| Binary | 10101010 | 11000010 | 1 | 1100 | 0 | 1100011 | 11000 | 1000011 | 1100011 | 100110 |
Color Harmonies of #AAC201
Complementary color
Monochromatic Colors of #AAC201
Black with #AAC201
Text Example
Text Example
White with #AAC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC201; }
p { color: rgb(170,194,1); }
H1.HeaderClassName
{
color: #AAC201;
}
.AnyTagClassName
{
color: #AAC201;
}
</style>
background-color css
<style>
a { background-color: #AAC201; }
a { background-color: rgb(170,194,1); }
div.DivClassName
{
background-color: #AAC201;
}
.BgClassName
{
background-color: #AAC201;
}
</style>
border-color css
<style>
span { border-color: #AAC201; }
span { border-color: rgb(170,194,1); }
td.TdClassName
{
border-color: #AAC201;
}
.TagClassName
{
border-color: #AAC201;
}
</style>