Shades of Citrus #AACD01
Tints of Citrus #AACD01
RGB
CMYK
RGB Variations
Color information
#AACD01 (or 0xAACD01) is known color: Citrus. HEX triplet: AA, CD and 01. RGB value is (170,205,1). Sum of RGB (Red+Green+Blue) = 170+205+1=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACD01 is #5532FE. Grayscale: #ACACAC. Windows color (decimal): -5583615 or 118186. OLE color: 118186.
HSL color Cylindrical-coordinate representation of color #AACD01: hue angle of 70.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AACD01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.20 |
| HSL | 70.29º | 0.99% | 0.4% | - |
| HSV(B) | 70.29º | 1% | 0.8% | - |
| XYZ | 38.41 | 52.21 | 8.08 | - |
| YUV | 171.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 1 | 0.17 | 0 | 1.00 | 0.20 | 70.29 | 0.99 | 0.4 |
| Hex | AA | CD | 1 | 11 | 0 | 64 | 14 | 46 | 63 | 28 |
| Octal | 252 | 315 | 1 | 21 | 0 | 144 | 24 | 106 | 143 | 50 |
| Binary | 10101010 | 11001101 | 1 | 10001 | 0 | 1100100 | 10100 | 1000110 | 1100011 | 101000 |
Color Harmonies of #AACD01
Complementary color
Monochromatic Colors of #AACD01
Black with #AACD01
Text Example
Text Example
White with #AACD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD01; }
p { color: rgb(170,205,1); }
H1.HeaderClassName
{
color: #AACD01;
}
.AnyTagClassName
{
color: #AACD01;
}
</style>
background-color css
<style>
a { background-color: #AACD01; }
a { background-color: rgb(170,205,1); }
div.DivClassName
{
background-color: #AACD01;
}
.BgClassName
{
background-color: #AACD01;
}
</style>
border-color css
<style>
span { border-color: #AACD01; }
span { border-color: rgb(170,205,1); }
td.TdClassName
{
border-color: #AACD01;
}
.TagClassName
{
border-color: #AACD01;
}
</style>