Shades of Citrus #8CAB01
Tints of Citrus #8CAB01
RGB
CMYK
RGB Variations
Color information
#8CAB01 (or 0x8CAB01) is known color: Citrus. HEX triplet: 8C, AB and 01. RGB value is (140,171,1). Sum of RGB (Red+Green+Blue) = 140+171+1=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB01 is #7354FE. Grayscale: #8F8F8F. Windows color (decimal): -7558399 or 109452. OLE color: 109452.
HSL color Cylindrical-coordinate representation of color #8CAB01: hue angle of 70.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CAB01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.33 |
| HSL | 70.94º | 0.99% | 0.34% | - |
| HSV(B) | 70.94º | 0.99% | 0.67% | - |
| XYZ | 25.38 | 34.7 | 5.39 | - |
| YUV | 142.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 1 | 0.18 | 0 | 0.99 | 0.33 | 70.94 | 0.99 | 0.34 |
| Hex | 8C | AB | 1 | 12 | 0 | 63 | 21 | 47 | 63 | 22 |
| Octal | 214 | 253 | 1 | 22 | 0 | 143 | 41 | 107 | 143 | 42 |
| Binary | 10001100 | 10101011 | 1 | 10010 | 0 | 1100011 | 100001 | 1000111 | 1100011 | 100010 |
Color Harmonies of #8CAB01
Complementary color
Monochromatic Colors of #8CAB01
Black with #8CAB01
Text Example
Text Example
White with #8CAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB01; }
p { color: rgb(140,171,1); }
H1.HeaderClassName
{
color: #8CAB01;
}
.AnyTagClassName
{
color: #8CAB01;
}
</style>
background-color css
<style>
a { background-color: #8CAB01; }
a { background-color: rgb(140,171,1); }
div.DivClassName
{
background-color: #8CAB01;
}
.BgClassName
{
background-color: #8CAB01;
}
</style>
border-color css
<style>
span { border-color: #8CAB01; }
span { border-color: rgb(140,171,1); }
td.TdClassName
{
border-color: #8CAB01;
}
.TagClassName
{
border-color: #8CAB01;
}
</style>