Shades of Yellow Green #8AC32A
Tints of Yellow Green #8AC32A
RGB
CMYK
RGB Variations
Color information
#8AC32A (or 0x8AC32A) is known color: Yellow Green. HEX triplet: 8A, C3 and 2A. RGB value is (138,195,42). Sum of RGB (Red+Green+Blue) = 138+195+42=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC32A is #753CD5. Grayscale: #A1A1A1. Windows color (decimal): -7683286 or 2802570. OLE color: 2802570.
HSL color Cylindrical-coordinate representation of color #8AC32A: hue angle of 82.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AC32A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 42 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.24 |
| HSL | 82.35º | 0.65% | 0.46% | - |
| HSV(B) | 82.35º | 0.78% | 0.76% | - |
| XYZ | 30.41 | 44.6 | 9.2 | - |
| YUV | 160.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 42 | 0.29 | 0 | 0.78 | 0.24 | 82.35 | 0.65 | 0.46 |
| Hex | 8A | C3 | 2A | 1D | 0 | 4E | 18 | 52 | 41 | 2E |
| Octal | 212 | 303 | 52 | 35 | 0 | 116 | 30 | 122 | 101 | 56 |
| Binary | 10001010 | 11000011 | 101010 | 11101 | 0 | 1001110 | 11000 | 1010010 | 1000001 | 101110 |
Color Harmonies of #8AC32A
Complementary color
Monochromatic Colors of #8AC32A
Black with #8AC32A
Text Example
Text Example
White with #8AC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC32A; }
p { color: rgb(138,195,42); }
H1.HeaderClassName
{
color: #8AC32A;
}
.AnyTagClassName
{
color: #8AC32A;
}
</style>
background-color css
<style>
a { background-color: #8AC32A; }
a { background-color: rgb(138,195,42); }
div.DivClassName
{
background-color: #8AC32A;
}
.BgClassName
{
background-color: #8AC32A;
}
</style>
border-color css
<style>
span { border-color: #8AC32A; }
span { border-color: rgb(138,195,42); }
td.TdClassName
{
border-color: #8AC32A;
}
.TagClassName
{
border-color: #8AC32A;
}
</style>