Shades of Yellow Green #8AC032
Tints of Yellow Green #8AC032
RGB
CMYK
RGB Variations
Color information
#8AC032 (or 0x8AC032) is known color: Yellow Green. HEX triplet: 8A, C0 and 32. RGB value is (138,192,50). Sum of RGB (Red+Green+Blue) = 138+192+50=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC032 is #753FCD. Grayscale: #A0A0A0. Windows color (decimal): -7684046 or 3326090. OLE color: 3326090.
HSL color Cylindrical-coordinate representation of color #8AC032: hue angle of 82.82º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AC032 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 50 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.25 |
| HSL | 82.82º | 0.59% | 0.47% | - |
| HSV(B) | 82.82º | 0.74% | 0.75% | - |
| XYZ | 29.91 | 43.33 | 9.81 | - |
| YUV | 159.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 50 | 0.28 | 0 | 0.74 | 0.25 | 82.82 | 0.59 | 0.47 |
| Hex | 8A | C0 | 32 | 1C | 0 | 4A | 19 | 53 | 3B | 2F |
| Octal | 212 | 300 | 62 | 34 | 0 | 112 | 31 | 123 | 73 | 57 |
| Binary | 10001010 | 11000000 | 110010 | 11100 | 0 | 1001010 | 11001 | 1010011 | 111011 | 101111 |
Color Harmonies of #8AC032
Complementary color
Monochromatic Colors of #8AC032
Black with #8AC032
Text Example
Text Example
White with #8AC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC032; }
p { color: rgb(138,192,50); }
H1.HeaderClassName
{
color: #8AC032;
}
.AnyTagClassName
{
color: #8AC032;
}
</style>
background-color css
<style>
a { background-color: #8AC032; }
a { background-color: rgb(138,192,50); }
div.DivClassName
{
background-color: #8AC032;
}
.BgClassName
{
background-color: #8AC032;
}
</style>
border-color css
<style>
span { border-color: #8AC032; }
span { border-color: rgb(138,192,50); }
td.TdClassName
{
border-color: #8AC032;
}
.TagClassName
{
border-color: #8AC032;
}
</style>