Shades of Citrus #AAC100
Tints of Citrus #AAC100
RGB
CMYK
RGB Variations
Color information
#AAC100 (or 0xAAC100) is known color: Citrus. HEX triplet: AA, C1 and 00. RGB value is (170,193,0). Sum of RGB (Red+Green+Blue) = 170+193+0=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC100 is #553EFF. Grayscale: #A4A4A4. Windows color (decimal): -5586688 or 49578. OLE color: 49578.
HSL color Cylindrical-coordinate representation of color #AAC100: hue angle of 67.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAC100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.24 |
| HSL | 67.15º | 1% | 0.38% | - |
| HSV(B) | 67.15º | 1% | 0.76% | - |
| XYZ | 35.65 | 46.69 | 7.13 | - |
| YUV | 164.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 0 | 0.12 | 0 | 1 | 0.24 | 67.15 | 1 | 0.38 |
| Hex | AA | C1 | 0 | C | 0 | 64 | 18 | 43 | 64 | 26 |
| Octal | 252 | 301 | 0 | 14 | 0 | 144 | 30 | 103 | 144 | 46 |
| Binary | 10101010 | 11000001 | 0 | 1100 | 0 | 1100100 | 11000 | 1000011 | 1100100 | 100110 |
Color Harmonies of #AAC100
Complementary color
Monochromatic Colors of #AAC100
Black with #AAC100
Text Example
Text Example
White with #AAC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC100; }
p { color: rgb(170,193,0); }
H1.HeaderClassName
{
color: #AAC100;
}
.AnyTagClassName
{
color: #AAC100;
}
</style>
background-color css
<style>
a { background-color: #AAC100; }
a { background-color: rgb(170,193,0); }
div.DivClassName
{
background-color: #AAC100;
}
.BgClassName
{
background-color: #AAC100;
}
</style>
border-color css
<style>
span { border-color: #AAC100; }
span { border-color: rgb(170,193,0); }
td.TdClassName
{
border-color: #AAC100;
}
.TagClassName
{
border-color: #AAC100;
}
</style>