Shades of Yellow Green #8AC22E
Tints of Yellow Green #8AC22E
RGB
CMYK
RGB Variations
Color information
#8AC22E (or 0x8AC22E) is known color: Yellow Green. HEX triplet: 8A, C2 and 2E. RGB value is (138,194,46). Sum of RGB (Red+Green+Blue) = 138+194+46=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC22E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC22E is #753DD1. Grayscale: #A0A0A0. Windows color (decimal): -7683538 or 3064458. OLE color: 3064458.
HSL color Cylindrical-coordinate representation of color #8AC22E: hue angle of 82.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AC22E is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 46 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.24 |
| HSL | 82.7º | 0.62% | 0.47% | - |
| HSV(B) | 82.7º | 0.76% | 0.76% | - |
| XYZ | 30.27 | 44.18 | 9.52 | - |
| YUV | 160.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 46 | 0.29 | 0 | 0.76 | 0.24 | 82.7 | 0.62 | 0.47 |
| Hex | 8A | C2 | 2E | 1D | 0 | 4C | 18 | 53 | 3E | 2F |
| Octal | 212 | 302 | 56 | 35 | 0 | 114 | 30 | 123 | 76 | 57 |
| Binary | 10001010 | 11000010 | 101110 | 11101 | 0 | 1001100 | 11000 | 1010011 | 111110 | 101111 |
Color Harmonies of #8AC22E
Complementary color
Monochromatic Colors of #8AC22E
Black with #8AC22E
Text Example
Text Example
White with #8AC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC22E; }
p { color: rgb(138,194,46); }
H1.HeaderClassName
{
color: #8AC22E;
}
.AnyTagClassName
{
color: #8AC22E;
}
</style>
background-color css
<style>
a { background-color: #8AC22E; }
a { background-color: rgb(138,194,46); }
div.DivClassName
{
background-color: #8AC22E;
}
.BgClassName
{
background-color: #8AC22E;
}
</style>
border-color css
<style>
span { border-color: #8AC22E; }
span { border-color: rgb(138,194,46); }
td.TdClassName
{
border-color: #8AC22E;
}
.TagClassName
{
border-color: #8AC22E;
}
</style>