Shades of Citron #8CA613
Tints of Citron #8CA613
RGB
CMYK
RGB Variations
Color information
#8CA613 (or 0x8CA613) is known color: Citron. HEX triplet: 8C, A6 and 13. RGB value is (140,166,19). Sum of RGB (Red+Green+Blue) = 140+166+19=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA613 is #7359EC. Grayscale: #8E8E8E. Windows color (decimal): -7559661 or 1287820. OLE color: 1287820.
HSL color Cylindrical-coordinate representation of color #8CA613: hue angle of 70.61º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CA613 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 19 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.35 |
| HSL | 70.61º | 0.79% | 0.36% | - |
| HSV(B) | 70.61º | 0.89% | 0.65% | - |
| XYZ | 24.57 | 32.89 | 5.67 | - |
| YUV | 141.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 19 | 0.16 | 0 | 0.89 | 0.35 | 70.61 | 0.79 | 0.36 |
| Hex | 8C | A6 | 13 | 10 | 0 | 59 | 23 | 47 | 4F | 24 |
| Octal | 214 | 246 | 23 | 20 | 0 | 131 | 43 | 107 | 117 | 44 |
| Binary | 10001100 | 10100110 | 10011 | 10000 | 0 | 1011001 | 100011 | 1000111 | 1001111 | 100100 |
Color Harmonies of #8CA613
Complementary color
Monochromatic Colors of #8CA613
Black with #8CA613
Text Example
Text Example
White with #8CA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA613; }
p { color: rgb(140,166,19); }
H1.HeaderClassName
{
color: #8CA613;
}
.AnyTagClassName
{
color: #8CA613;
}
</style>
background-color css
<style>
a { background-color: #8CA613; }
a { background-color: rgb(140,166,19); }
div.DivClassName
{
background-color: #8CA613;
}
.BgClassName
{
background-color: #8CA613;
}
</style>
border-color css
<style>
span { border-color: #8CA613; }
span { border-color: rgb(140,166,19); }
td.TdClassName
{
border-color: #8CA613;
}
.TagClassName
{
border-color: #8CA613;
}
</style>