Shades of Citron #8CA115
Tints of Citron #8CA115
RGB
CMYK
RGB Variations
Color information
#8CA115 (or 0x8CA115) is known color: Citron. HEX triplet: 8C, A1 and 15. RGB value is (140,161,21). Sum of RGB (Red+Green+Blue) = 140+161+21=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA115 is #735EEA. Grayscale: #8B8B8B. Windows color (decimal): -7560939 or 1417612. OLE color: 1417612.
HSL color Cylindrical-coordinate representation of color #8CA115: hue angle of 69º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CA115 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 21 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.37 |
| HSL | 69º | 0.77% | 0.36% | - |
| HSV(B) | 69º | 0.87% | 0.63% | - |
| XYZ | 23.7 | 31.12 | 5.47 | - |
| YUV | 138.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 21 | 0.13 | 0 | 0.87 | 0.37 | 69 | 0.77 | 0.36 |
| Hex | 8C | A1 | 15 | D | 0 | 57 | 25 | 45 | 4D | 24 |
| Octal | 214 | 241 | 25 | 15 | 0 | 127 | 45 | 105 | 115 | 44 |
| Binary | 10001100 | 10100001 | 10101 | 1101 | 0 | 1010111 | 100101 | 1000101 | 1001101 | 100100 |
Color Harmonies of #8CA115
Complementary color
Monochromatic Colors of #8CA115
Black with #8CA115
Text Example
Text Example
White with #8CA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA115; }
p { color: rgb(140,161,21); }
H1.HeaderClassName
{
color: #8CA115;
}
.AnyTagClassName
{
color: #8CA115;
}
</style>
background-color css
<style>
a { background-color: #8CA115; }
a { background-color: rgb(140,161,21); }
div.DivClassName
{
background-color: #8CA115;
}
.BgClassName
{
background-color: #8CA115;
}
</style>
border-color css
<style>
span { border-color: #8CA115; }
span { border-color: rgb(140,161,21); }
td.TdClassName
{
border-color: #8CA115;
}
.TagClassName
{
border-color: #8CA115;
}
</style>