Shades of Citrus #AAC207
Tints of Citrus #AAC207
RGB
CMYK
RGB Variations
Color information
#AAC207 (or 0xAAC207) is known color: Citrus. HEX triplet: AA, C2 and 07. RGB value is (170,194,7). Sum of RGB (Red+Green+Blue) = 170+194+7=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC207 is #553DF8. Grayscale: #A6A6A6. Windows color (decimal): -5586425 or 508586. OLE color: 508586.
HSL color Cylindrical-coordinate representation of color #AAC207: hue angle of 67.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC207 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.24 |
| HSL | 67.7º | 0.93% | 0.39% | - |
| HSV(B) | 67.7º | 0.96% | 0.76% | - |
| XYZ | 35.91 | 47.14 | 7.41 | - |
| YUV | 165.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 7 | 0.12 | 0 | 0.96 | 0.24 | 67.7 | 0.93 | 0.39 |
| Hex | AA | C2 | 7 | C | 0 | 60 | 18 | 44 | 5D | 27 |
| Octal | 252 | 302 | 7 | 14 | 0 | 140 | 30 | 104 | 135 | 47 |
| Binary | 10101010 | 11000010 | 111 | 1100 | 0 | 1100000 | 11000 | 1000100 | 1011101 | 100111 |
Color Harmonies of #AAC207
Complementary color
Monochromatic Colors of #AAC207
Black with #AAC207
Text Example
Text Example
White with #AAC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC207; }
p { color: rgb(170,194,7); }
H1.HeaderClassName
{
color: #AAC207;
}
.AnyTagClassName
{
color: #AAC207;
}
</style>
background-color css
<style>
a { background-color: #AAC207; }
a { background-color: rgb(170,194,7); }
div.DivClassName
{
background-color: #AAC207;
}
.BgClassName
{
background-color: #AAC207;
}
</style>
border-color css
<style>
span { border-color: #AAC207; }
span { border-color: rgb(170,194,7); }
td.TdClassName
{
border-color: #AAC207;
}
.TagClassName
{
border-color: #AAC207;
}
</style>