Shades of Yellow Green #8BC02A
Tints of Yellow Green #8BC02A
RGB
CMYK
RGB Variations
Color information
#8BC02A (or 0x8BC02A) is known color: Yellow Green. HEX triplet: 8B, C0 and 2A. RGB value is (139,192,42). Sum of RGB (Red+Green+Blue) = 139+192+42=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC02A is #743FD5. Grayscale: #9F9F9F. Windows color (decimal): -7618518 or 2801803. OLE color: 2801803.
HSL color Cylindrical-coordinate representation of color #8BC02A: hue angle of 81.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BC02A is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 42 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.25 |
| HSL | 81.2º | 0.64% | 0.46% | - |
| HSV(B) | 81.2º | 0.78% | 0.75% | - |
| XYZ | 29.92 | 43.36 | 8.98 | - |
| YUV | 159.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 42 | 0.28 | 0 | 0.78 | 0.25 | 81.2 | 0.64 | 0.46 |
| Hex | 8B | C0 | 2A | 1C | 0 | 4E | 19 | 51 | 40 | 2E |
| Octal | 213 | 300 | 52 | 34 | 0 | 116 | 31 | 121 | 100 | 56 |
| Binary | 10001011 | 11000000 | 101010 | 11100 | 0 | 1001110 | 11001 | 1010001 | 1000000 | 101110 |
Color Harmonies of #8BC02A
Complementary color
Monochromatic Colors of #8BC02A
Black with #8BC02A
Text Example
Text Example
White with #8BC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC02A; }
p { color: rgb(139,192,42); }
H1.HeaderClassName
{
color: #8BC02A;
}
.AnyTagClassName
{
color: #8BC02A;
}
</style>
background-color css
<style>
a { background-color: #8BC02A; }
a { background-color: rgb(139,192,42); }
div.DivClassName
{
background-color: #8BC02A;
}
.BgClassName
{
background-color: #8BC02A;
}
</style>
border-color css
<style>
span { border-color: #8BC02A; }
span { border-color: rgb(139,192,42); }
td.TdClassName
{
border-color: #8BC02A;
}
.TagClassName
{
border-color: #8BC02A;
}
</style>