Shades of Citrus #AAC508
Tints of Citrus #AAC508
RGB
CMYK
RGB Variations
Color information
#AAC508 (or 0xAAC508) is known color: Citrus. HEX triplet: AA, C5 and 08. RGB value is (170,197,8). Sum of RGB (Red+Green+Blue) = 170+197+8=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC508 is #553AF7. Grayscale: #A8A8A8. Windows color (decimal): -5585656 or 574890. OLE color: 574890.
HSL color Cylindrical-coordinate representation of color #AAC508: hue angle of 68.57º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC508 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.23 |
| HSL | 68.57º | 0.92% | 0.4% | - |
| HSV(B) | 68.57º | 0.96% | 0.77% | - |
| XYZ | 36.59 | 48.5 | 7.66 | - |
| YUV | 167.38 | 38.05 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 8 | 0.14 | 0 | 0.96 | 0.23 | 68.57 | 0.92 | 0.4 |
| Hex | AA | C5 | 8 | E | 0 | 60 | 17 | 45 | 5C | 28 |
| Octal | 252 | 305 | 10 | 16 | 0 | 140 | 27 | 105 | 134 | 50 |
| Binary | 10101010 | 11000101 | 1000 | 1110 | 0 | 1100000 | 10111 | 1000101 | 1011100 | 101000 |
Color Harmonies of #AAC508
Complementary color
Monochromatic Colors of #AAC508
Black with #AAC508
Text Example
Text Example
White with #AAC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC508; }
p { color: rgb(170,197,8); }
H1.HeaderClassName
{
color: #AAC508;
}
.AnyTagClassName
{
color: #AAC508;
}
</style>
background-color css
<style>
a { background-color: #AAC508; }
a { background-color: rgb(170,197,8); }
div.DivClassName
{
background-color: #AAC508;
}
.BgClassName
{
background-color: #AAC508;
}
</style>
border-color css
<style>
span { border-color: #AAC508; }
span { border-color: rgb(170,197,8); }
td.TdClassName
{
border-color: #AAC508;
}
.TagClassName
{
border-color: #AAC508;
}
</style>