Shades of Citrus #ABC001
Tints of Citrus #ABC001
RGB
CMYK
RGB Variations
Color information
#ABC001 (or 0xABC001) is known color: Citrus. HEX triplet: AB, C0 and 01. RGB value is (171,192,1). Sum of RGB (Red+Green+Blue) = 171+192+1=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC001 is #543FFE. Grayscale: #A4A4A4. Windows color (decimal): -5521407 or 114859. OLE color: 114859.
HSL color Cylindrical-coordinate representation of color #ABC001: hue angle of 66.6º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC001 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.25 |
| HSL | 66.6º | 0.99% | 0.38% | - |
| HSV(B) | 66.6º | 0.99% | 0.75% | - |
| XYZ | 35.65 | 46.36 | 7.1 | - |
| YUV | 163.95 | 36.04 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 1 | 0.11 | 0 | 0.99 | 0.25 | 66.6 | 0.99 | 0.38 |
| Hex | AB | C0 | 1 | B | 0 | 63 | 19 | 43 | 63 | 26 |
| Octal | 253 | 300 | 1 | 13 | 0 | 143 | 31 | 103 | 143 | 46 |
| Binary | 10101011 | 11000000 | 1 | 1011 | 0 | 1100011 | 11001 | 1000011 | 1100011 | 100110 |
Color Harmonies of #ABC001
Complementary color
Monochromatic Colors of #ABC001
Black with #ABC001
Text Example
Text Example
White with #ABC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC001; }
p { color: rgb(171,192,1); }
H1.HeaderClassName
{
color: #ABC001;
}
.AnyTagClassName
{
color: #ABC001;
}
</style>
background-color css
<style>
a { background-color: #ABC001; }
a { background-color: rgb(171,192,1); }
div.DivClassName
{
background-color: #ABC001;
}
.BgClassName
{
background-color: #ABC001;
}
</style>
border-color css
<style>
span { border-color: #ABC001; }
span { border-color: rgb(171,192,1); }
td.TdClassName
{
border-color: #ABC001;
}
.TagClassName
{
border-color: #ABC001;
}
</style>