Shades of Citrus #AAC608
Tints of Citrus #AAC608
RGB
CMYK
RGB Variations
Color information
#AAC608 (or 0xAAC608) is known color: Citrus. HEX triplet: AA, C6 and 08. RGB value is (170,198,8). Sum of RGB (Red+Green+Blue) = 170+198+8=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC608 is #5539F7. Grayscale: #A8A8A8. Windows color (decimal): -5585400 or 575146. OLE color: 575146.
HSL color Cylindrical-coordinate representation of color #AAC608: hue angle of 68.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC608 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.22 |
| HSL | 68.84º | 0.92% | 0.4% | - |
| HSV(B) | 68.84º | 0.96% | 0.78% | - |
| XYZ | 36.82 | 48.95 | 7.74 | - |
| YUV | 167.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 8 | 0.14 | 0 | 0.96 | 0.22 | 68.84 | 0.92 | 0.4 |
| Hex | AA | C6 | 8 | E | 0 | 60 | 16 | 45 | 5C | 28 |
| Octal | 252 | 306 | 10 | 16 | 0 | 140 | 26 | 105 | 134 | 50 |
| Binary | 10101010 | 11000110 | 1000 | 1110 | 0 | 1100000 | 10110 | 1000101 | 1011100 | 101000 |
Color Harmonies of #AAC608
Complementary color
Monochromatic Colors of #AAC608
Black with #AAC608
Text Example
Text Example
White with #AAC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC608; }
p { color: rgb(170,198,8); }
H1.HeaderClassName
{
color: #AAC608;
}
.AnyTagClassName
{
color: #AAC608;
}
</style>
background-color css
<style>
a { background-color: #AAC608; }
a { background-color: rgb(170,198,8); }
div.DivClassName
{
background-color: #AAC608;
}
.BgClassName
{
background-color: #AAC608;
}
</style>
border-color css
<style>
span { border-color: #AAC608; }
span { border-color: rgb(170,198,8); }
td.TdClassName
{
border-color: #AAC608;
}
.TagClassName
{
border-color: #AAC608;
}
</style>