Shades of Yellow Green #8ACC32
Tints of Yellow Green #8ACC32
RGB
CMYK
RGB Variations
Color information
#8ACC32 (or 0x8ACC32) is known color: Yellow Green. HEX triplet: 8A, CC and 32. RGB value is (138,204,50). Sum of RGB (Red+Green+Blue) = 138+204+50=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC32 is #7533CD. Grayscale: #A7A7A7. Windows color (decimal): -7680974 or 3329162. OLE color: 3329162.
HSL color Cylindrical-coordinate representation of color #8ACC32: hue angle of 85.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ACC32 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 50 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.2 |
| HSL | 85.71º | 0.61% | 0.5% | - |
| HSV(B) | 85.71º | 0.75% | 0.8% | - |
| XYZ | 32.65 | 48.82 | 10.72 | - |
| YUV | 166.71 | 62.13 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 50 | 0.32 | 0 | 0.75 | 0.2 | 85.71 | 0.61 | 0.5 |
| Hex | 8A | CC | 32 | 20 | 0 | 4B | 14 | 56 | 3D | 32 |
| Octal | 212 | 314 | 62 | 40 | 0 | 113 | 24 | 126 | 75 | 62 |
| Binary | 10001010 | 11001100 | 110010 | 100000 | 0 | 1001011 | 10100 | 1010110 | 111101 | 110010 |
Color Harmonies of #8ACC32
Complementary color
Monochromatic Colors of #8ACC32
Black with #8ACC32
Text Example
Text Example
White with #8ACC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC32; }
p { color: rgb(138,204,50); }
H1.HeaderClassName
{
color: #8ACC32;
}
.AnyTagClassName
{
color: #8ACC32;
}
</style>
background-color css
<style>
a { background-color: #8ACC32; }
a { background-color: rgb(138,204,50); }
div.DivClassName
{
background-color: #8ACC32;
}
.BgClassName
{
background-color: #8ACC32;
}
</style>
border-color css
<style>
span { border-color: #8ACC32; }
span { border-color: rgb(138,204,50); }
td.TdClassName
{
border-color: #8ACC32;
}
.TagClassName
{
border-color: #8ACC32;
}
</style>