Shades of Citrus #ABC10C
Tints of Citrus #ABC10C
RGB
CMYK
RGB Variations
Color information
#ABC10C (or 0xABC10C) is known color: Citrus. HEX triplet: AB, C1 and 0C. RGB value is (171,193,12). Sum of RGB (Red+Green+Blue) = 171+193+12=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10C is #543EF3. Grayscale: #A6A6A6. Windows color (decimal): -5521140 or 836011. OLE color: 836011.
HSL color Cylindrical-coordinate representation of color #ABC10C: hue angle of 67.29º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC10C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.24 |
| HSL | 67.29º | 0.88% | 0.4% | - |
| HSV(B) | 67.29º | 0.94% | 0.76% | - |
| XYZ | 35.93 | 46.82 | 7.49 | - |
| YUV | 165.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 12 | 0.11 | 0 | 0.94 | 0.24 | 67.29 | 0.88 | 0.4 |
| Hex | AB | C1 | C | B | 0 | 5E | 18 | 43 | 58 | 28 |
| Octal | 253 | 301 | 14 | 13 | 0 | 136 | 30 | 103 | 130 | 50 |
| Binary | 10101011 | 11000001 | 1100 | 1011 | 0 | 1011110 | 11000 | 1000011 | 1011000 | 101000 |
Color Harmonies of #ABC10C
Complementary color
Monochromatic Colors of #ABC10C
Black with #ABC10C
Text Example
Text Example
White with #ABC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC10C; }
p { color: rgb(171,193,12); }
H1.HeaderClassName
{
color: #ABC10C;
}
.AnyTagClassName
{
color: #ABC10C;
}
</style>
background-color css
<style>
a { background-color: #ABC10C; }
a { background-color: rgb(171,193,12); }
div.DivClassName
{
background-color: #ABC10C;
}
.BgClassName
{
background-color: #ABC10C;
}
</style>
border-color css
<style>
span { border-color: #ABC10C; }
span { border-color: rgb(171,193,12); }
td.TdClassName
{
border-color: #ABC10C;
}
.TagClassName
{
border-color: #ABC10C;
}
</style>