Shades of Citrus #ABC00A
Tints of Citrus #ABC00A
RGB
CMYK
RGB Variations
Color information
#ABC00A (or 0xABC00A) is known color: Citrus. HEX triplet: AB, C0 and 0A. RGB value is (171,192,10). Sum of RGB (Red+Green+Blue) = 171+192+10=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00A is #543FF5. Grayscale: #A5A5A5. Windows color (decimal): -5521398 or 704683. OLE color: 704683.
HSL color Cylindrical-coordinate representation of color #ABC00A: hue angle of 66.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC00A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.25 |
| HSL | 66.92º | 0.9% | 0.4% | - |
| HSV(B) | 66.92º | 0.95% | 0.75% | - |
| XYZ | 35.7 | 46.38 | 7.36 | - |
| YUV | 164.97 | 40.54 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 10 | 0.11 | 0 | 0.95 | 0.25 | 66.92 | 0.9 | 0.4 |
| Hex | AB | C0 | A | B | 0 | 5F | 19 | 43 | 5A | 28 |
| Octal | 253 | 300 | 12 | 13 | 0 | 137 | 31 | 103 | 132 | 50 |
| Binary | 10101011 | 11000000 | 1010 | 1011 | 0 | 1011111 | 11001 | 1000011 | 1011010 | 101000 |
Color Harmonies of #ABC00A
Complementary color
Monochromatic Colors of #ABC00A
Black with #ABC00A
Text Example
Text Example
White with #ABC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC00A; }
p { color: rgb(171,192,10); }
H1.HeaderClassName
{
color: #ABC00A;
}
.AnyTagClassName
{
color: #ABC00A;
}
</style>
background-color css
<style>
a { background-color: #ABC00A; }
a { background-color: rgb(171,192,10); }
div.DivClassName
{
background-color: #ABC00A;
}
.BgClassName
{
background-color: #ABC00A;
}
</style>
border-color css
<style>
span { border-color: #ABC00A; }
span { border-color: rgb(171,192,10); }
td.TdClassName
{
border-color: #ABC00A;
}
.TagClassName
{
border-color: #ABC00A;
}
</style>