Shades of Citrus #AAC708
Tints of Citrus #AAC708
RGB
CMYK
RGB Variations
Color information
#AAC708 (or 0xAAC708) is known color: Citrus. HEX triplet: AA, C7 and 08. RGB value is (170,199,8). Sum of RGB (Red+Green+Blue) = 170+199+8=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC708 is #5538F7. Grayscale: #A9A9A9. Windows color (decimal): -5585144 or 575402. OLE color: 575402.
HSL color Cylindrical-coordinate representation of color #AAC708: hue angle of 69.11º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC708 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.22 |
| HSL | 69.11º | 0.92% | 0.41% | - |
| HSV(B) | 69.11º | 0.96% | 0.78% | - |
| XYZ | 37.04 | 49.41 | 7.81 | - |
| YUV | 168.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 8 | 0.15 | 0 | 0.96 | 0.22 | 69.11 | 0.92 | 0.41 |
| Hex | AA | C7 | 8 | F | 0 | 60 | 16 | 45 | 5C | 29 |
| Octal | 252 | 307 | 10 | 17 | 0 | 140 | 26 | 105 | 134 | 51 |
| Binary | 10101010 | 11000111 | 1000 | 1111 | 0 | 1100000 | 10110 | 1000101 | 1011100 | 101001 |
Color Harmonies of #AAC708
Complementary color
Monochromatic Colors of #AAC708
Black with #AAC708
Text Example
Text Example
White with #AAC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC708; }
p { color: rgb(170,199,8); }
H1.HeaderClassName
{
color: #AAC708;
}
.AnyTagClassName
{
color: #AAC708;
}
</style>
background-color css
<style>
a { background-color: #AAC708; }
a { background-color: rgb(170,199,8); }
div.DivClassName
{
background-color: #AAC708;
}
.BgClassName
{
background-color: #AAC708;
}
</style>
border-color css
<style>
span { border-color: #AAC708; }
span { border-color: rgb(170,199,8); }
td.TdClassName
{
border-color: #AAC708;
}
.TagClassName
{
border-color: #AAC708;
}
</style>