Shades of Citrus #AAC105
Tints of Citrus #AAC105
RGB
CMYK
RGB Variations
Color information
#AAC105 (or 0xAAC105) is known color: Citrus. HEX triplet: AA, C1 and 05. RGB value is (170,193,5). Sum of RGB (Red+Green+Blue) = 170+193+5=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC105 is #553EFA. Grayscale: #A5A5A5. Windows color (decimal): -5586683 or 377258. OLE color: 377258.
HSL color Cylindrical-coordinate representation of color #AAC105: hue angle of 67.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC105 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.24 |
| HSL | 67.34º | 0.95% | 0.39% | - |
| HSV(B) | 67.34º | 0.97% | 0.76% | - |
| XYZ | 35.67 | 46.7 | 7.28 | - |
| YUV | 164.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 5 | 0.12 | 0 | 0.97 | 0.24 | 67.34 | 0.95 | 0.39 |
| Hex | AA | C1 | 5 | C | 0 | 61 | 18 | 43 | 5F | 27 |
| Octal | 252 | 301 | 5 | 14 | 0 | 141 | 30 | 103 | 137 | 47 |
| Binary | 10101010 | 11000001 | 101 | 1100 | 0 | 1100001 | 11000 | 1000011 | 1011111 | 100111 |
Color Harmonies of #AAC105
Complementary color
Monochromatic Colors of #AAC105
Black with #AAC105
Text Example
Text Example
White with #AAC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC105; }
p { color: rgb(170,193,5); }
H1.HeaderClassName
{
color: #AAC105;
}
.AnyTagClassName
{
color: #AAC105;
}
</style>
background-color css
<style>
a { background-color: #AAC105; }
a { background-color: rgb(170,193,5); }
div.DivClassName
{
background-color: #AAC105;
}
.BgClassName
{
background-color: #AAC105;
}
</style>
border-color css
<style>
span { border-color: #AAC105; }
span { border-color: rgb(170,193,5); }
td.TdClassName
{
border-color: #AAC105;
}
.TagClassName
{
border-color: #AAC105;
}
</style>