Shades of Citron #8CA20D
Tints of Citron #8CA20D
RGB
CMYK
RGB Variations
Color information
#8CA20D (or 0x8CA20D) is known color: Citron. HEX triplet: 8C, A2 and 0D. RGB value is (140,162,13). Sum of RGB (Red+Green+Blue) = 140+162+13=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA20D is #735DF2. Grayscale: #8B8B8B. Windows color (decimal): -7560691 or 893580. OLE color: 893580.
HSL color Cylindrical-coordinate representation of color #8CA20D: hue angle of 68.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CA20D is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 13 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.36 |
| HSL | 68.86º | 0.85% | 0.34% | - |
| HSV(B) | 68.86º | 0.92% | 0.64% | - |
| XYZ | 23.81 | 31.45 | 5.2 | - |
| YUV | 138.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 13 | 0.14 | 0 | 0.92 | 0.36 | 68.86 | 0.85 | 0.34 |
| Hex | 8C | A2 | D | E | 0 | 5C | 24 | 45 | 55 | 22 |
| Octal | 214 | 242 | 15 | 16 | 0 | 134 | 44 | 105 | 125 | 42 |
| Binary | 10001100 | 10100010 | 1101 | 1110 | 0 | 1011100 | 100100 | 1000101 | 1010101 | 100010 |
Color Harmonies of #8CA20D
Complementary color
Monochromatic Colors of #8CA20D
Black with #8CA20D
Text Example
Text Example
White with #8CA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA20D; }
p { color: rgb(140,162,13); }
H1.HeaderClassName
{
color: #8CA20D;
}
.AnyTagClassName
{
color: #8CA20D;
}
</style>
background-color css
<style>
a { background-color: #8CA20D; }
a { background-color: rgb(140,162,13); }
div.DivClassName
{
background-color: #8CA20D;
}
.BgClassName
{
background-color: #8CA20D;
}
</style>
border-color css
<style>
span { border-color: #8CA20D; }
span { border-color: rgb(140,162,13); }
td.TdClassName
{
border-color: #8CA20D;
}
.TagClassName
{
border-color: #8CA20D;
}
</style>