Shades of Citrus #AABA00
Tints of Citrus #AABA00
RGB
CMYK
RGB Variations
Color information
#AABA00 (or 0xAABA00) is known color: Citrus. HEX triplet: AA, BA and 00. RGB value is (170,186,0). Sum of RGB (Red+Green+Blue) = 170+186+0=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA00 is #5545FF. Grayscale: #A0A0A0. Windows color (decimal): -5588480 or 47786. OLE color: 47786.
HSL color Cylindrical-coordinate representation of color #AABA00: hue angle of 65.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AABA00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.27 |
| HSL | 65.16º | 1% | 0.36% | - |
| HSV(B) | 65.16º | 1% | 0.73% | - |
| XYZ | 34.14 | 43.66 | 6.63 | - |
| YUV | 160.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 0 | 0.09 | 0 | 1 | 0.27 | 65.16 | 1 | 0.36 |
| Hex | AA | BA | 0 | 9 | 0 | 64 | 1B | 41 | 64 | 24 |
| Octal | 252 | 272 | 0 | 11 | 0 | 144 | 33 | 101 | 144 | 44 |
| Binary | 10101010 | 10111010 | 0 | 1001 | 0 | 1100100 | 11011 | 1000001 | 1100100 | 100100 |
Color Harmonies of #AABA00
Complementary color
Monochromatic Colors of #AABA00
Black with #AABA00
Text Example
Text Example
White with #AABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA00; }
p { color: rgb(170,186,0); }
H1.HeaderClassName
{
color: #AABA00;
}
.AnyTagClassName
{
color: #AABA00;
}
</style>
background-color css
<style>
a { background-color: #AABA00; }
a { background-color: rgb(170,186,0); }
div.DivClassName
{
background-color: #AABA00;
}
.BgClassName
{
background-color: #AABA00;
}
</style>
border-color css
<style>
span { border-color: #AABA00; }
span { border-color: rgb(170,186,0); }
td.TdClassName
{
border-color: #AABA00;
}
.TagClassName
{
border-color: #AABA00;
}
</style>