Shades of Citrus #AAB40D
Tints of Citrus #AAB40D
RGB
CMYK
RGB Variations
Color information
#AAB40D (or 0xAAB40D) is known color: Citrus. HEX triplet: AA, B4 and 0D. RGB value is (170,180,13). Sum of RGB (Red+Green+Blue) = 170+180+13=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40D is #554BF2. Grayscale: #9E9E9E. Windows color (decimal): -5590003 or 898218. OLE color: 898218.
HSL color Cylindrical-coordinate representation of color #AAB40D: hue angle of 63.59º degrees, saturation: 0.87, 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 #AAB40D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.29 |
| HSL | 63.59º | 0.87% | 0.38% | - |
| HSV(B) | 63.59º | 0.93% | 0.71% | - |
| XYZ | 32.97 | 41.22 | 6.6 | - |
| YUV | 157.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 13 | 0.06 | 0 | 0.93 | 0.29 | 63.59 | 0.87 | 0.38 |
| Hex | AA | B4 | D | 6 | 0 | 5D | 1D | 40 | 57 | 26 |
| Octal | 252 | 264 | 15 | 6 | 0 | 135 | 35 | 100 | 127 | 46 |
| Binary | 10101010 | 10110100 | 1101 | 110 | 0 | 1011101 | 11101 | 1000000 | 1010111 | 100110 |
Color Harmonies of #AAB40D
Complementary color
Monochromatic Colors of #AAB40D
Black with #AAB40D
Text Example
Text Example
White with #AAB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB40D; }
p { color: rgb(170,180,13); }
H1.HeaderClassName
{
color: #AAB40D;
}
.AnyTagClassName
{
color: #AAB40D;
}
</style>
background-color css
<style>
a { background-color: #AAB40D; }
a { background-color: rgb(170,180,13); }
div.DivClassName
{
background-color: #AAB40D;
}
.BgClassName
{
background-color: #AAB40D;
}
</style>
border-color css
<style>
span { border-color: #AAB40D; }
span { border-color: rgb(170,180,13); }
td.TdClassName
{
border-color: #AAB40D;
}
.TagClassName
{
border-color: #AAB40D;
}
</style>