Shades of Yellow Green #8ACB20
Tints of Yellow Green #8ACB20
RGB
CMYK
RGB Variations
Color information
#8ACB20 (or 0x8ACB20) is known color: Yellow Green. HEX triplet: 8A, CB and 20. RGB value is (138,203,32). Sum of RGB (Red+Green+Blue) = 138+203+32=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB20 is #7534DF. Grayscale: #A4A4A4. Windows color (decimal): -7681248 or 2149258. OLE color: 2149258.
HSL color Cylindrical-coordinate representation of color #8ACB20: hue angle of 82.81º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ACB20 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 32 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.20 |
| HSL | 82.81º | 0.73% | 0.46% | - |
| HSV(B) | 82.81º | 0.84% | 0.8% | - |
| XYZ | 32.1 | 48.22 | 8.98 | - |
| YUV | 164.07 | 53.47 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 32 | 0.32 | 0 | 0.84 | 0.20 | 82.81 | 0.73 | 0.46 |
| Hex | 8A | CB | 20 | 20 | 0 | 54 | 14 | 53 | 49 | 2E |
| Octal | 212 | 313 | 40 | 40 | 0 | 124 | 24 | 123 | 111 | 56 |
| Binary | 10001010 | 11001011 | 100000 | 100000 | 0 | 1010100 | 10100 | 1010011 | 1001001 | 101110 |
Color Harmonies of #8ACB20
Complementary color
Monochromatic Colors of #8ACB20
Black with #8ACB20
Text Example
Text Example
White with #8ACB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB20; }
p { color: rgb(138,203,32); }
H1.HeaderClassName
{
color: #8ACB20;
}
.AnyTagClassName
{
color: #8ACB20;
}
</style>
background-color css
<style>
a { background-color: #8ACB20; }
a { background-color: rgb(138,203,32); }
div.DivClassName
{
background-color: #8ACB20;
}
.BgClassName
{
background-color: #8ACB20;
}
</style>
border-color css
<style>
span { border-color: #8ACB20; }
span { border-color: rgb(138,203,32); }
td.TdClassName
{
border-color: #8ACB20;
}
.TagClassName
{
border-color: #8ACB20;
}
</style>