Shades of Citrus #AAC300
Tints of Citrus #AAC300
RGB
CMYK
RGB Variations
Color information
#AAC300 (or 0xAAC300) is known color: Citrus. HEX triplet: AA, C3 and 00. RGB value is (170,195,0). Sum of RGB (Red+Green+Blue) = 170+195+0=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC300 is #553CFF. Grayscale: #A6A6A6. Windows color (decimal): -5586176 or 50090. OLE color: 50090.
HSL color Cylindrical-coordinate representation of color #AAC300: hue angle of 67.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAC300 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.24 |
| HSL | 67.69º | 1% | 0.38% | - |
| HSV(B) | 67.69º | 1% | 0.76% | - |
| XYZ | 36.09 | 47.58 | 7.28 | - |
| YUV | 165.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 0 | 0.13 | 0 | 1 | 0.24 | 67.69 | 1 | 0.38 |
| Hex | AA | C3 | 0 | D | 0 | 64 | 18 | 44 | 64 | 26 |
| Octal | 252 | 303 | 0 | 15 | 0 | 144 | 30 | 104 | 144 | 46 |
| Binary | 10101010 | 11000011 | 0 | 1101 | 0 | 1100100 | 11000 | 1000100 | 1100100 | 100110 |
Color Harmonies of #AAC300
Complementary color
Monochromatic Colors of #AAC300
Black with #AAC300
Text Example
Text Example
White with #AAC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC300; }
p { color: rgb(170,195,0); }
H1.HeaderClassName
{
color: #AAC300;
}
.AnyTagClassName
{
color: #AAC300;
}
</style>
background-color css
<style>
a { background-color: #AAC300; }
a { background-color: rgb(170,195,0); }
div.DivClassName
{
background-color: #AAC300;
}
.BgClassName
{
background-color: #AAC300;
}
</style>
border-color css
<style>
span { border-color: #AAC300; }
span { border-color: rgb(170,195,0); }
td.TdClassName
{
border-color: #AAC300;
}
.TagClassName
{
border-color: #AAC300;
}
</style>