Shades of Citrus #AAB30D
Tints of Citrus #AAB30D
RGB
CMYK
RGB Variations
Color information
#AAB30D (or 0xAAB30D) is known color: Citrus. HEX triplet: AA, B3 and 0D. RGB value is (170,179,13). Sum of RGB (Red+Green+Blue) = 170+179+13=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB30D is #554CF2. Grayscale: #9E9E9E. Windows color (decimal): -5590259 or 897962. OLE color: 897962.
HSL color Cylindrical-coordinate representation of color #AAB30D: hue angle of 63.25º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB30D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.30 |
| HSL | 63.25º | 0.86% | 0.38% | - |
| HSV(B) | 63.25º | 0.93% | 0.7% | - |
| XYZ | 32.77 | 40.82 | 6.53 | - |
| YUV | 157.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 13 | 0.05 | 0 | 0.93 | 0.30 | 63.25 | 0.86 | 0.38 |
| Hex | AA | B3 | D | 5 | 0 | 5D | 1E | 3F | 56 | 26 |
| Octal | 252 | 263 | 15 | 5 | 0 | 135 | 36 | 77 | 126 | 46 |
| Binary | 10101010 | 10110011 | 1101 | 101 | 0 | 1011101 | 11110 | 111111 | 1010110 | 100110 |
Color Harmonies of #AAB30D
Complementary color
Monochromatic Colors of #AAB30D
Black with #AAB30D
Text Example
Text Example
White with #AAB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB30D; }
p { color: rgb(170,179,13); }
H1.HeaderClassName
{
color: #AAB30D;
}
.AnyTagClassName
{
color: #AAB30D;
}
</style>
background-color css
<style>
a { background-color: #AAB30D; }
a { background-color: rgb(170,179,13); }
div.DivClassName
{
background-color: #AAB30D;
}
.BgClassName
{
background-color: #AAB30D;
}
</style>
border-color css
<style>
span { border-color: #AAB30D; }
span { border-color: rgb(170,179,13); }
td.TdClassName
{
border-color: #AAB30D;
}
.TagClassName
{
border-color: #AAB30D;
}
</style>