Shades of Citrus #AAC407
Tints of Citrus #AAC407
RGB
CMYK
RGB Variations
Color information
#AAC407 (or 0xAAC407) is known color: Citrus. HEX triplet: AA, C4 and 07. RGB value is (170,196,7). Sum of RGB (Red+Green+Blue) = 170+196+7=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC407 is #553BF8. Grayscale: #A7A7A7. Windows color (decimal): -5585913 or 509098. OLE color: 509098.
HSL color Cylindrical-coordinate representation of color #AAC407: hue angle of 68.25º degrees, saturation: 0.93, 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 #AAC407 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.23 |
| HSL | 68.25º | 0.93% | 0.4% | - |
| HSV(B) | 68.25º | 0.96% | 0.77% | - |
| XYZ | 36.36 | 48.04 | 7.56 | - |
| YUV | 166.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 7 | 0.13 | 0 | 0.96 | 0.23 | 68.25 | 0.93 | 0.4 |
| Hex | AA | C4 | 7 | D | 0 | 60 | 17 | 44 | 5D | 28 |
| Octal | 252 | 304 | 7 | 15 | 0 | 140 | 27 | 104 | 135 | 50 |
| Binary | 10101010 | 11000100 | 111 | 1101 | 0 | 1100000 | 10111 | 1000100 | 1011101 | 101000 |
Color Harmonies of #AAC407
Complementary color
Monochromatic Colors of #AAC407
Black with #AAC407
Text Example
Text Example
White with #AAC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC407; }
p { color: rgb(170,196,7); }
H1.HeaderClassName
{
color: #AAC407;
}
.AnyTagClassName
{
color: #AAC407;
}
</style>
background-color css
<style>
a { background-color: #AAC407; }
a { background-color: rgb(170,196,7); }
div.DivClassName
{
background-color: #AAC407;
}
.BgClassName
{
background-color: #AAC407;
}
</style>
border-color css
<style>
span { border-color: #AAC407; }
span { border-color: rgb(170,196,7); }
td.TdClassName
{
border-color: #AAC407;
}
.TagClassName
{
border-color: #AAC407;
}
</style>