Shades of Citrus #ABC008
Tints of Citrus #ABC008
RGB
CMYK
RGB Variations
Color information
#ABC008 (or 0xABC008) is known color: Citrus. HEX triplet: AB, C0 and 08. RGB value is (171,192,8). Sum of RGB (Red+Green+Blue) = 171+192+8=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC008 is #543FF7. Grayscale: #A5A5A5. Windows color (decimal): -5521400 or 573611. OLE color: 573611.
HSL color Cylindrical-coordinate representation of color #ABC008: hue angle of 66.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC008 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.25 |
| HSL | 66.85º | 0.92% | 0.39% | - |
| HSV(B) | 66.85º | 0.96% | 0.75% | - |
| XYZ | 35.69 | 46.37 | 7.3 | - |
| YUV | 164.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 8 | 0.11 | 0 | 0.96 | 0.25 | 66.85 | 0.92 | 0.39 |
| Hex | AB | C0 | 8 | B | 0 | 60 | 19 | 43 | 5C | 27 |
| Octal | 253 | 300 | 10 | 13 | 0 | 140 | 31 | 103 | 134 | 47 |
| Binary | 10101011 | 11000000 | 1000 | 1011 | 0 | 1100000 | 11001 | 1000011 | 1011100 | 100111 |
Color Harmonies of #ABC008
Complementary color
Monochromatic Colors of #ABC008
Black with #ABC008
Text Example
Text Example
White with #ABC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC008; }
p { color: rgb(171,192,8); }
H1.HeaderClassName
{
color: #ABC008;
}
.AnyTagClassName
{
color: #ABC008;
}
</style>
background-color css
<style>
a { background-color: #ABC008; }
a { background-color: rgb(171,192,8); }
div.DivClassName
{
background-color: #ABC008;
}
.BgClassName
{
background-color: #ABC008;
}
</style>
border-color css
<style>
span { border-color: #ABC008; }
span { border-color: rgb(171,192,8); }
td.TdClassName
{
border-color: #ABC008;
}
.TagClassName
{
border-color: #ABC008;
}
</style>