Shades of Citron #8CA11D
Tints of Citron #8CA11D
RGB
CMYK
RGB Variations
Color information
#8CA11D (or 0x8CA11D) is known color: Citron. HEX triplet: 8C, A1 and 1D. RGB value is (140,161,29). Sum of RGB (Red+Green+Blue) = 140+161+29=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA11D is #735EE2. Grayscale: #8C8C8C. Windows color (decimal): -7560931 or 1941900. OLE color: 1941900.
HSL color Cylindrical-coordinate representation of color #8CA11D: hue angle of 69.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CA11D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 29 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.37 |
| HSL | 69.55º | 0.69% | 0.37% | - |
| HSV(B) | 69.55º | 0.82% | 0.63% | - |
| XYZ | 23.78 | 31.15 | 5.92 | - |
| YUV | 139.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 29 | 0.13 | 0 | 0.82 | 0.37 | 69.55 | 0.69 | 0.37 |
| Hex | 8C | A1 | 1D | D | 0 | 52 | 25 | 46 | 45 | 25 |
| Octal | 214 | 241 | 35 | 15 | 0 | 122 | 45 | 106 | 105 | 45 |
| Binary | 10001100 | 10100001 | 11101 | 1101 | 0 | 1010010 | 100101 | 1000110 | 1000101 | 100101 |
Color Harmonies of #8CA11D
Complementary color
Monochromatic Colors of #8CA11D
Black with #8CA11D
Text Example
Text Example
White with #8CA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA11D; }
p { color: rgb(140,161,29); }
H1.HeaderClassName
{
color: #8CA11D;
}
.AnyTagClassName
{
color: #8CA11D;
}
</style>
background-color css
<style>
a { background-color: #8CA11D; }
a { background-color: rgb(140,161,29); }
div.DivClassName
{
background-color: #8CA11D;
}
.BgClassName
{
background-color: #8CA11D;
}
</style>
border-color css
<style>
span { border-color: #8CA11D; }
span { border-color: rgb(140,161,29); }
td.TdClassName
{
border-color: #8CA11D;
}
.TagClassName
{
border-color: #8CA11D;
}
</style>