Shades of Citrus #ABC003
Tints of Citrus #ABC003
RGB
CMYK
RGB Variations
Color information
#ABC003 (or 0xABC003) is known color: Citrus. HEX triplet: AB, C0 and 03. RGB value is (171,192,3). Sum of RGB (Red+Green+Blue) = 171+192+3=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC003 is #543FFC. Grayscale: #A4A4A4. Windows color (decimal): -5521405 or 245931. OLE color: 245931.
HSL color Cylindrical-coordinate representation of color #ABC003: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC003 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.25 |
| HSL | 66.67º | 0.97% | 0.38% | - |
| HSV(B) | 66.67º | 0.98% | 0.75% | - |
| XYZ | 35.66 | 46.36 | 7.16 | - |
| YUV | 164.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 3 | 0.11 | 0 | 0.98 | 0.25 | 66.67 | 0.97 | 0.38 |
| Hex | AB | C0 | 3 | B | 0 | 62 | 19 | 43 | 61 | 26 |
| Octal | 253 | 300 | 3 | 13 | 0 | 142 | 31 | 103 | 141 | 46 |
| Binary | 10101011 | 11000000 | 11 | 1011 | 0 | 1100010 | 11001 | 1000011 | 1100001 | 100110 |
Color Harmonies of #ABC003
Complementary color
Monochromatic Colors of #ABC003
Black with #ABC003
Text Example
Text Example
White with #ABC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC003; }
p { color: rgb(171,192,3); }
H1.HeaderClassName
{
color: #ABC003;
}
.AnyTagClassName
{
color: #ABC003;
}
</style>
background-color css
<style>
a { background-color: #ABC003; }
a { background-color: rgb(171,192,3); }
div.DivClassName
{
background-color: #ABC003;
}
.BgClassName
{
background-color: #ABC003;
}
</style>
border-color css
<style>
span { border-color: #ABC003; }
span { border-color: rgb(171,192,3); }
td.TdClassName
{
border-color: #ABC003;
}
.TagClassName
{
border-color: #ABC003;
}
</style>