Shades of Citrus #AAC607
Tints of Citrus #AAC607
RGB
CMYK
RGB Variations
Color information
#AAC607 (or 0xAAC607) is known color: Citrus. HEX triplet: AA, C6 and 07. RGB value is (170,198,7). Sum of RGB (Red+Green+Blue) = 170+198+7=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC607 is #5539F8. Grayscale: #A8A8A8. Windows color (decimal): -5585401 or 509610. OLE color: 509610.
HSL color Cylindrical-coordinate representation of color #AAC607: hue angle of 68.8º degrees, saturation: 0.93, 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 #AAC607 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.22 |
| HSL | 68.8º | 0.93% | 0.4% | - |
| HSV(B) | 68.8º | 0.96% | 0.78% | - |
| XYZ | 36.81 | 48.95 | 7.71 | - |
| YUV | 167.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 7 | 0.14 | 0 | 0.96 | 0.22 | 68.8 | 0.93 | 0.4 |
| Hex | AA | C6 | 7 | E | 0 | 60 | 16 | 45 | 5D | 28 |
| Octal | 252 | 306 | 7 | 16 | 0 | 140 | 26 | 105 | 135 | 50 |
| Binary | 10101010 | 11000110 | 111 | 1110 | 0 | 1100000 | 10110 | 1000101 | 1011101 | 101000 |
Color Harmonies of #AAC607
Complementary color
Monochromatic Colors of #AAC607
Black with #AAC607
Text Example
Text Example
White with #AAC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC607; }
p { color: rgb(170,198,7); }
H1.HeaderClassName
{
color: #AAC607;
}
.AnyTagClassName
{
color: #AAC607;
}
</style>
background-color css
<style>
a { background-color: #AAC607; }
a { background-color: rgb(170,198,7); }
div.DivClassName
{
background-color: #AAC607;
}
.BgClassName
{
background-color: #AAC607;
}
</style>
border-color css
<style>
span { border-color: #AAC607; }
span { border-color: rgb(170,198,7); }
td.TdClassName
{
border-color: #AAC607;
}
.TagClassName
{
border-color: #AAC607;
}
</style>