Shades of Yellow Green #8CCA15
Tints of Yellow Green #8CCA15
RGB
CMYK
RGB Variations
Color information
#8CCA15 (or 0x8CCA15) is known color: Yellow Green. HEX triplet: 8C, CA and 15. RGB value is (140,202,21). Sum of RGB (Red+Green+Blue) = 140+202+21=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA15 is #7335EA. Grayscale: #A3A3A3. Windows color (decimal): -7550443 or 1428108. OLE color: 1428108.
HSL color Cylindrical-coordinate representation of color #8CCA15: hue angle of 80.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CCA15 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 21 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.21 |
| HSL | 80.55º | 0.81% | 0.44% | - |
| HSV(B) | 80.55º | 0.9% | 0.79% | - |
| XYZ | 32.07 | 47.87 | 8.26 | - |
| YUV | 162.83 | 47.96 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 21 | 0.31 | 0 | 0.90 | 0.21 | 80.55 | 0.81 | 0.44 |
| Hex | 8C | CA | 15 | 1F | 0 | 5A | 15 | 51 | 51 | 2C |
| Octal | 214 | 312 | 25 | 37 | 0 | 132 | 25 | 121 | 121 | 54 |
| Binary | 10001100 | 11001010 | 10101 | 11111 | 0 | 1011010 | 10101 | 1010001 | 1010001 | 101100 |
Color Harmonies of #8CCA15
Complementary color
Monochromatic Colors of #8CCA15
Black with #8CCA15
Text Example
Text Example
White with #8CCA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA15; }
p { color: rgb(140,202,21); }
H1.HeaderClassName
{
color: #8CCA15;
}
.AnyTagClassName
{
color: #8CCA15;
}
</style>
background-color css
<style>
a { background-color: #8CCA15; }
a { background-color: rgb(140,202,21); }
div.DivClassName
{
background-color: #8CCA15;
}
.BgClassName
{
background-color: #8CCA15;
}
</style>
border-color css
<style>
span { border-color: #8CCA15; }
span { border-color: rgb(140,202,21); }
td.TdClassName
{
border-color: #8CCA15;
}
.TagClassName
{
border-color: #8CCA15;
}
</style>