Shades of Citron #8CA222
Tints of Citron #8CA222
RGB
CMYK
RGB Variations
Color information
#8CA222 (or 0x8CA222) is known color: Citron. HEX triplet: 8C, A2 and 22. RGB value is (140,162,34). Sum of RGB (Red+Green+Blue) = 140+162+34=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA222 is #735DDD. Grayscale: #8D8D8D. Windows color (decimal): -7560670 or 2269836. OLE color: 2269836.
HSL color Cylindrical-coordinate representation of color #8CA222: hue angle of 70.31º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CA222 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 34 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.36 |
| HSL | 70.31º | 0.65% | 0.38% | - |
| HSV(B) | 70.31º | 0.79% | 0.64% | - |
| XYZ | 24.02 | 31.53 | 6.33 | - |
| YUV | 140.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 34 | 0.14 | 0 | 0.79 | 0.36 | 70.31 | 0.65 | 0.38 |
| Hex | 8C | A2 | 22 | E | 0 | 4F | 24 | 46 | 41 | 26 |
| Octal | 214 | 242 | 42 | 16 | 0 | 117 | 44 | 106 | 101 | 46 |
| Binary | 10001100 | 10100010 | 100010 | 1110 | 0 | 1001111 | 100100 | 1000110 | 1000001 | 100110 |
Color Harmonies of #8CA222
Complementary color
Monochromatic Colors of #8CA222
Black with #8CA222
Text Example
Text Example
White with #8CA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA222; }
p { color: rgb(140,162,34); }
H1.HeaderClassName
{
color: #8CA222;
}
.AnyTagClassName
{
color: #8CA222;
}
</style>
background-color css
<style>
a { background-color: #8CA222; }
a { background-color: rgb(140,162,34); }
div.DivClassName
{
background-color: #8CA222;
}
.BgClassName
{
background-color: #8CA222;
}
</style>
border-color css
<style>
span { border-color: #8CA222; }
span { border-color: rgb(140,162,34); }
td.TdClassName
{
border-color: #8CA222;
}
.TagClassName
{
border-color: #8CA222;
}
</style>