Shades of Citrus #AAC506
Tints of Citrus #AAC506
RGB
CMYK
RGB Variations
Color information
#AAC506 (or 0xAAC506) is known color: Citrus. HEX triplet: AA, C5 and 06. RGB value is (170,197,6). Sum of RGB (Red+Green+Blue) = 170+197+6=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC506 is #553AF9. Grayscale: #A7A7A7. Windows color (decimal): -5585658 or 443818. OLE color: 443818.
HSL color Cylindrical-coordinate representation of color #AAC506: hue angle of 68.48º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC506 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.23 |
| HSL | 68.48º | 0.94% | 0.4% | - |
| HSV(B) | 68.48º | 0.97% | 0.77% | - |
| XYZ | 36.58 | 48.49 | 7.6 | - |
| YUV | 167.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 6 | 0.14 | 0 | 0.97 | 0.23 | 68.48 | 0.94 | 0.4 |
| Hex | AA | C5 | 6 | E | 0 | 61 | 17 | 44 | 5E | 28 |
| Octal | 252 | 305 | 6 | 16 | 0 | 141 | 27 | 104 | 136 | 50 |
| Binary | 10101010 | 11000101 | 110 | 1110 | 0 | 1100001 | 10111 | 1000100 | 1011110 | 101000 |
Color Harmonies of #AAC506
Complementary color
Monochromatic Colors of #AAC506
Black with #AAC506
Text Example
Text Example
White with #AAC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC506; }
p { color: rgb(170,197,6); }
H1.HeaderClassName
{
color: #AAC506;
}
.AnyTagClassName
{
color: #AAC506;
}
</style>
background-color css
<style>
a { background-color: #AAC506; }
a { background-color: rgb(170,197,6); }
div.DivClassName
{
background-color: #AAC506;
}
.BgClassName
{
background-color: #AAC506;
}
</style>
border-color css
<style>
span { border-color: #AAC506; }
span { border-color: rgb(170,197,6); }
td.TdClassName
{
border-color: #AAC506;
}
.TagClassName
{
border-color: #AAC506;
}
</style>