Shades of Citrus #AAB40C
Tints of Citrus #AAB40C
RGB
CMYK
RGB Variations
Color information
#AAB40C (or 0xAAB40C) is known color: Citrus. HEX triplet: AA, B4 and 0C. RGB value is (170,180,12). Sum of RGB (Red+Green+Blue) = 170+180+12=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40C is #554BF3. Grayscale: #9E9E9E. Windows color (decimal): -5590004 or 832682. OLE color: 832682.
HSL color Cylindrical-coordinate representation of color #AAB40C: hue angle of 63.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB40C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.29 |
| HSL | 63.57º | 0.88% | 0.38% | - |
| HSV(B) | 63.57º | 0.93% | 0.71% | - |
| XYZ | 32.97 | 41.22 | 6.57 | - |
| YUV | 157.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 12 | 0.06 | 0 | 0.93 | 0.29 | 63.57 | 0.88 | 0.38 |
| Hex | AA | B4 | C | 6 | 0 | 5D | 1D | 40 | 58 | 26 |
| Octal | 252 | 264 | 14 | 6 | 0 | 135 | 35 | 100 | 130 | 46 |
| Binary | 10101010 | 10110100 | 1100 | 110 | 0 | 1011101 | 11101 | 1000000 | 1011000 | 100110 |
Color Harmonies of #AAB40C
Complementary color
Monochromatic Colors of #AAB40C
Black with #AAB40C
Text Example
Text Example
White with #AAB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB40C; }
p { color: rgb(170,180,12); }
H1.HeaderClassName
{
color: #AAB40C;
}
.AnyTagClassName
{
color: #AAB40C;
}
</style>
background-color css
<style>
a { background-color: #AAB40C; }
a { background-color: rgb(170,180,12); }
div.DivClassName
{
background-color: #AAB40C;
}
.BgClassName
{
background-color: #AAB40C;
}
</style>
border-color css
<style>
span { border-color: #AAB40C; }
span { border-color: rgb(170,180,12); }
td.TdClassName
{
border-color: #AAB40C;
}
.TagClassName
{
border-color: #AAB40C;
}
</style>