Shades of Citron #8CA711
Tints of Citron #8CA711
RGB
CMYK
RGB Variations
Color information
#8CA711 (or 0x8CA711) is known color: Citron. HEX triplet: 8C, A7 and 11. RGB value is (140,167,17). Sum of RGB (Red+Green+Blue) = 140+167+17=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA711 is #7358EE. Grayscale: #8E8E8E. Windows color (decimal): -7559407 or 1157004. OLE color: 1157004.
HSL color Cylindrical-coordinate representation of color #8CA711: hue angle of 70.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CA711 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 17 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.35 |
| HSL | 70.8º | 0.82% | 0.36% | - |
| HSV(B) | 70.8º | 0.9% | 0.65% | - |
| XYZ | 24.74 | 33.25 | 5.65 | - |
| YUV | 141.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 17 | 0.16 | 0 | 0.90 | 0.35 | 70.8 | 0.82 | 0.36 |
| Hex | 8C | A7 | 11 | 10 | 0 | 5A | 23 | 47 | 52 | 24 |
| Octal | 214 | 247 | 21 | 20 | 0 | 132 | 43 | 107 | 122 | 44 |
| Binary | 10001100 | 10100111 | 10001 | 10000 | 0 | 1011010 | 100011 | 1000111 | 1010010 | 100100 |
Color Harmonies of #8CA711
Complementary color
Monochromatic Colors of #8CA711
Black with #8CA711
Text Example
Text Example
White with #8CA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA711; }
p { color: rgb(140,167,17); }
H1.HeaderClassName
{
color: #8CA711;
}
.AnyTagClassName
{
color: #8CA711;
}
</style>
background-color css
<style>
a { background-color: #8CA711; }
a { background-color: rgb(140,167,17); }
div.DivClassName
{
background-color: #8CA711;
}
.BgClassName
{
background-color: #8CA711;
}
</style>
border-color css
<style>
span { border-color: #8CA711; }
span { border-color: rgb(140,167,17); }
td.TdClassName
{
border-color: #8CA711;
}
.TagClassName
{
border-color: #8CA711;
}
</style>