Shades of Citrus #ABC40A
Tints of Citrus #ABC40A
RGB
CMYK
RGB Variations
Color information
#ABC40A (or 0xABC40A) is known color: Citrus. HEX triplet: AB, C4 and 0A. RGB value is (171,196,10). Sum of RGB (Red+Green+Blue) = 171+196+10=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC40A is #543BF5. Grayscale: #A8A8A8. Windows color (decimal): -5520374 or 705707. OLE color: 705707.
HSL color Cylindrical-coordinate representation of color #ABC40A: hue angle of 68.06º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC40A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.23 |
| HSL | 68.06º | 0.9% | 0.4% | - |
| HSV(B) | 68.06º | 0.95% | 0.77% | - |
| XYZ | 36.59 | 48.16 | 7.65 | - |
| YUV | 167.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 10 | 0.13 | 0 | 0.95 | 0.23 | 68.06 | 0.9 | 0.4 |
| Hex | AB | C4 | A | D | 0 | 5F | 17 | 44 | 5A | 28 |
| Octal | 253 | 304 | 12 | 15 | 0 | 137 | 27 | 104 | 132 | 50 |
| Binary | 10101011 | 11000100 | 1010 | 1101 | 0 | 1011111 | 10111 | 1000100 | 1011010 | 101000 |
Color Harmonies of #ABC40A
Complementary color
Monochromatic Colors of #ABC40A
Black with #ABC40A
Text Example
Text Example
White with #ABC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC40A; }
p { color: rgb(171,196,10); }
H1.HeaderClassName
{
color: #ABC40A;
}
.AnyTagClassName
{
color: #ABC40A;
}
</style>
background-color css
<style>
a { background-color: #ABC40A; }
a { background-color: rgb(171,196,10); }
div.DivClassName
{
background-color: #ABC40A;
}
.BgClassName
{
background-color: #ABC40A;
}
</style>
border-color css
<style>
span { border-color: #ABC40A; }
span { border-color: rgb(171,196,10); }
td.TdClassName
{
border-color: #ABC40A;
}
.TagClassName
{
border-color: #ABC40A;
}
</style>