Shades of Yellow Green #8CC324
Tints of Yellow Green #8CC324
RGB
CMYK
RGB Variations
Color information
#8CC324 (or 0x8CC324) is known color: Yellow Green. HEX triplet: 8C, C3 and 24. RGB value is (140,195,36). Sum of RGB (Red+Green+Blue) = 140+195+36=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC324 is #733CDB. Grayscale: #A1A1A1. Windows color (decimal): -7552220 or 2409356. OLE color: 2409356.
HSL color Cylindrical-coordinate representation of color #8CC324: hue angle of 80.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CC324 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 36 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.24 |
| HSL | 80.75º | 0.69% | 0.45% | - |
| HSV(B) | 80.75º | 0.82% | 0.76% | - |
| XYZ | 30.65 | 44.73 | 8.69 | - |
| YUV | 160.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 36 | 0.28 | 0 | 0.82 | 0.24 | 80.75 | 0.69 | 0.45 |
| Hex | 8C | C3 | 24 | 1C | 0 | 52 | 18 | 51 | 45 | 2D |
| Octal | 214 | 303 | 44 | 34 | 0 | 122 | 30 | 121 | 105 | 55 |
| Binary | 10001100 | 11000011 | 100100 | 11100 | 0 | 1010010 | 11000 | 1010001 | 1000101 | 101101 |
Color Harmonies of #8CC324
Complementary color
Monochromatic Colors of #8CC324
Black with #8CC324
Text Example
Text Example
White with #8CC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC324; }
p { color: rgb(140,195,36); }
H1.HeaderClassName
{
color: #8CC324;
}
.AnyTagClassName
{
color: #8CC324;
}
</style>
background-color css
<style>
a { background-color: #8CC324; }
a { background-color: rgb(140,195,36); }
div.DivClassName
{
background-color: #8CC324;
}
.BgClassName
{
background-color: #8CC324;
}
</style>
border-color css
<style>
span { border-color: #8CC324; }
span { border-color: rgb(140,195,36); }
td.TdClassName
{
border-color: #8CC324;
}
.TagClassName
{
border-color: #8CC324;
}
</style>