Shades of Citrus #AAC102
Tints of Citrus #AAC102
RGB
CMYK
RGB Variations
Color information
#AAC102 (or 0xAAC102) is known color: Citrus. HEX triplet: AA, C1 and 02. RGB value is (170,193,2). Sum of RGB (Red+Green+Blue) = 170+193+2=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC102 is #553EFD. Grayscale: #A5A5A5. Windows color (decimal): -5586686 or 180650. OLE color: 180650.
HSL color Cylindrical-coordinate representation of color #AAC102: hue angle of 67.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC102 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.24 |
| HSL | 67.23º | 0.98% | 0.38% | - |
| HSV(B) | 67.23º | 0.99% | 0.76% | - |
| XYZ | 35.66 | 46.69 | 7.19 | - |
| YUV | 164.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 2 | 0.12 | 0 | 0.99 | 0.24 | 67.23 | 0.98 | 0.38 |
| Hex | AA | C1 | 2 | C | 0 | 63 | 18 | 43 | 62 | 26 |
| Octal | 252 | 301 | 2 | 14 | 0 | 143 | 30 | 103 | 142 | 46 |
| Binary | 10101010 | 11000001 | 10 | 1100 | 0 | 1100011 | 11000 | 1000011 | 1100010 | 100110 |
Color Harmonies of #AAC102
Complementary color
Monochromatic Colors of #AAC102
Black with #AAC102
Text Example
Text Example
White with #AAC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC102; }
p { color: rgb(170,193,2); }
H1.HeaderClassName
{
color: #AAC102;
}
.AnyTagClassName
{
color: #AAC102;
}
</style>
background-color css
<style>
a { background-color: #AAC102; }
a { background-color: rgb(170,193,2); }
div.DivClassName
{
background-color: #AAC102;
}
.BgClassName
{
background-color: #AAC102;
}
</style>
border-color css
<style>
span { border-color: #AAC102; }
span { border-color: rgb(170,193,2); }
td.TdClassName
{
border-color: #AAC102;
}
.TagClassName
{
border-color: #AAC102;
}
</style>