Shades of Yellow Green #8AC22C
Tints of Yellow Green #8AC22C
RGB
CMYK
RGB Variations
Color information
#8AC22C (or 0x8AC22C) is known color: Yellow Green. HEX triplet: 8A, C2 and 2C. RGB value is (138,194,44). Sum of RGB (Red+Green+Blue) = 138+194+44=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC22C is #753DD3. Grayscale: #A0A0A0. Windows color (decimal): -7683540 or 2933386. OLE color: 2933386.
HSL color Cylindrical-coordinate representation of color #8AC22C: hue angle of 82.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AC22C is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 44 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.24 |
| HSL | 82.4º | 0.63% | 0.47% | - |
| HSV(B) | 82.4º | 0.77% | 0.76% | - |
| XYZ | 30.23 | 44.17 | 9.32 | - |
| YUV | 160.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 44 | 0.29 | 0 | 0.77 | 0.24 | 82.4 | 0.63 | 0.47 |
| Hex | 8A | C2 | 2C | 1D | 0 | 4D | 18 | 52 | 3F | 2F |
| Octal | 212 | 302 | 54 | 35 | 0 | 115 | 30 | 122 | 77 | 57 |
| Binary | 10001010 | 11000010 | 101100 | 11101 | 0 | 1001101 | 11000 | 1010010 | 111111 | 101111 |
Color Harmonies of #8AC22C
Complementary color
Monochromatic Colors of #8AC22C
Black with #8AC22C
Text Example
Text Example
White with #8AC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC22C; }
p { color: rgb(138,194,44); }
H1.HeaderClassName
{
color: #8AC22C;
}
.AnyTagClassName
{
color: #8AC22C;
}
</style>
background-color css
<style>
a { background-color: #8AC22C; }
a { background-color: rgb(138,194,44); }
div.DivClassName
{
background-color: #8AC22C;
}
.BgClassName
{
background-color: #8AC22C;
}
</style>
border-color css
<style>
span { border-color: #8AC22C; }
span { border-color: rgb(138,194,44); }
td.TdClassName
{
border-color: #8AC22C;
}
.TagClassName
{
border-color: #8AC22C;
}
</style>