Shades of Citrus #ABC20A
Tints of Citrus #ABC20A
RGB
CMYK
RGB Variations
Color information
#ABC20A (or 0xABC20A) is known color: Citrus. HEX triplet: AB, C2 and 0A. RGB value is (171,194,10). Sum of RGB (Red+Green+Blue) = 171+194+10=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC20A is #543DF5. Grayscale: #A6A6A6. Windows color (decimal): -5520886 or 705195. OLE color: 705195.
HSL color Cylindrical-coordinate representation of color #ABC20A: hue angle of 67.5º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC20A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.24 |
| HSL | 67.5º | 0.9% | 0.4% | - |
| HSV(B) | 67.5º | 0.95% | 0.76% | - |
| XYZ | 36.14 | 47.26 | 7.51 | - |
| YUV | 166.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 10 | 0.12 | 0 | 0.95 | 0.24 | 67.5 | 0.9 | 0.4 |
| Hex | AB | C2 | A | C | 0 | 5F | 18 | 44 | 5A | 28 |
| Octal | 253 | 302 | 12 | 14 | 0 | 137 | 30 | 104 | 132 | 50 |
| Binary | 10101011 | 11000010 | 1010 | 1100 | 0 | 1011111 | 11000 | 1000100 | 1011010 | 101000 |
Color Harmonies of #ABC20A
Complementary color
Monochromatic Colors of #ABC20A
Black with #ABC20A
Text Example
Text Example
White with #ABC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC20A; }
p { color: rgb(171,194,10); }
H1.HeaderClassName
{
color: #ABC20A;
}
.AnyTagClassName
{
color: #ABC20A;
}
</style>
background-color css
<style>
a { background-color: #ABC20A; }
a { background-color: rgb(171,194,10); }
div.DivClassName
{
background-color: #ABC20A;
}
.BgClassName
{
background-color: #ABC20A;
}
</style>
border-color css
<style>
span { border-color: #ABC20A; }
span { border-color: rgb(171,194,10); }
td.TdClassName
{
border-color: #ABC20A;
}
.TagClassName
{
border-color: #ABC20A;
}
</style>