Shades of Yellow Green #8CCA16
Tints of Yellow Green #8CCA16
RGB
CMYK
RGB Variations
Color information
#8CCA16 (or 0x8CCA16) is known color: Yellow Green. HEX triplet: 8C, CA and 16. RGB value is (140,202,22). Sum of RGB (Red+Green+Blue) = 140+202+22=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA16 is #7335E9. Grayscale: #A3A3A3. Windows color (decimal): -7550442 or 1493644. OLE color: 1493644.
HSL color Cylindrical-coordinate representation of color #8CCA16: hue angle of 80.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CCA16 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 22 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.21 |
| HSL | 80.67º | 0.8% | 0.44% | - |
| HSV(B) | 80.67º | 0.89% | 0.79% | - |
| XYZ | 32.08 | 47.87 | 8.31 | - |
| YUV | 162.94 | 48.46 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 22 | 0.31 | 0 | 0.89 | 0.21 | 80.67 | 0.8 | 0.44 |
| Hex | 8C | CA | 16 | 1F | 0 | 59 | 15 | 51 | 50 | 2C |
| Octal | 214 | 312 | 26 | 37 | 0 | 131 | 25 | 121 | 120 | 54 |
| Binary | 10001100 | 11001010 | 10110 | 11111 | 0 | 1011001 | 10101 | 1010001 | 1010000 | 101100 |
Color Harmonies of #8CCA16
Complementary color
Monochromatic Colors of #8CCA16
Black with #8CCA16
Text Example
Text Example
White with #8CCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA16; }
p { color: rgb(140,202,22); }
H1.HeaderClassName
{
color: #8CCA16;
}
.AnyTagClassName
{
color: #8CCA16;
}
</style>
background-color css
<style>
a { background-color: #8CCA16; }
a { background-color: rgb(140,202,22); }
div.DivClassName
{
background-color: #8CCA16;
}
.BgClassName
{
background-color: #8CCA16;
}
</style>
border-color css
<style>
span { border-color: #8CCA16; }
span { border-color: rgb(140,202,22); }
td.TdClassName
{
border-color: #8CCA16;
}
.TagClassName
{
border-color: #8CCA16;
}
</style>