Shades of Citrus #AABC01
Tints of Citrus #AABC01
RGB
CMYK
RGB Variations
Color information
#AABC01 (or 0xAABC01) is known color: Citrus. HEX triplet: AA, BC and 01. RGB value is (170,188,1). Sum of RGB (Red+Green+Blue) = 170+188+1=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC01 is #5543FE. Grayscale: #A2A2A2. Windows color (decimal): -5587967 or 113834. OLE color: 113834.
HSL color Cylindrical-coordinate representation of color #AABC01: hue angle of 65.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AABC01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.26 |
| HSL | 65.78º | 0.99% | 0.37% | - |
| HSV(B) | 65.78º | 0.99% | 0.74% | - |
| XYZ | 34.57 | 44.51 | 6.8 | - |
| YUV | 161.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 1 | 0.10 | 0 | 0.99 | 0.26 | 65.78 | 0.99 | 0.37 |
| Hex | AA | BC | 1 | A | 0 | 63 | 1A | 42 | 63 | 25 |
| Octal | 252 | 274 | 1 | 12 | 0 | 143 | 32 | 102 | 143 | 45 |
| Binary | 10101010 | 10111100 | 1 | 1010 | 0 | 1100011 | 11010 | 1000010 | 1100011 | 100101 |
Color Harmonies of #AABC01
Complementary color
Monochromatic Colors of #AABC01
Black with #AABC01
Text Example
Text Example
White with #AABC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC01; }
p { color: rgb(170,188,1); }
H1.HeaderClassName
{
color: #AABC01;
}
.AnyTagClassName
{
color: #AABC01;
}
</style>
background-color css
<style>
a { background-color: #AABC01; }
a { background-color: rgb(170,188,1); }
div.DivClassName
{
background-color: #AABC01;
}
.BgClassName
{
background-color: #AABC01;
}
</style>
border-color css
<style>
span { border-color: #AABC01; }
span { border-color: rgb(170,188,1); }
td.TdClassName
{
border-color: #AABC01;
}
.TagClassName
{
border-color: #AABC01;
}
</style>