Shades of Citron #8CA223
Tints of Citron #8CA223
RGB
CMYK
RGB Variations
Color information
#8CA223 (or 0x8CA223) is known color: Citron. HEX triplet: 8C, A2 and 23. RGB value is (140,162,35). Sum of RGB (Red+Green+Blue) = 140+162+35=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA223 is #735DDC. Grayscale: #8D8D8D. Windows color (decimal): -7560669 or 2335372. OLE color: 2335372.
HSL color Cylindrical-coordinate representation of color #8CA223: hue angle of 70.39º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CA223 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 35 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.36 |
| HSL | 70.39º | 0.64% | 0.39% | - |
| HSV(B) | 70.39º | 0.78% | 0.64% | - |
| XYZ | 24.04 | 31.54 | 6.41 | - |
| YUV | 140.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 35 | 0.14 | 0 | 0.78 | 0.36 | 70.39 | 0.64 | 0.39 |
| Hex | 8C | A2 | 23 | E | 0 | 4E | 24 | 46 | 40 | 27 |
| Octal | 214 | 242 | 43 | 16 | 0 | 116 | 44 | 106 | 100 | 47 |
| Binary | 10001100 | 10100010 | 100011 | 1110 | 0 | 1001110 | 100100 | 1000110 | 1000000 | 100111 |
Color Harmonies of #8CA223
Complementary color
Monochromatic Colors of #8CA223
Black with #8CA223
Text Example
Text Example
White with #8CA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA223; }
p { color: rgb(140,162,35); }
H1.HeaderClassName
{
color: #8CA223;
}
.AnyTagClassName
{
color: #8CA223;
}
</style>
background-color css
<style>
a { background-color: #8CA223; }
a { background-color: rgb(140,162,35); }
div.DivClassName
{
background-color: #8CA223;
}
.BgClassName
{
background-color: #8CA223;
}
</style>
border-color css
<style>
span { border-color: #8CA223; }
span { border-color: rgb(140,162,35); }
td.TdClassName
{
border-color: #8CA223;
}
.TagClassName
{
border-color: #8CA223;
}
</style>