Shades of Yellow Green #8AD22C
Tints of Yellow Green #8AD22C
RGB
CMYK
RGB Variations
Color information
#8AD22C (or 0x8AD22C) is known color: Yellow Green. HEX triplet: 8A, D2 and 2C. RGB value is (138,210,44). Sum of RGB (Red+Green+Blue) = 138+210+44=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD22C is #752DD3. Grayscale: #AAAAAA. Windows color (decimal): -7679444 or 2937482. OLE color: 2937482.
HSL color Cylindrical-coordinate representation of color #8AD22C: hue angle of 86.02º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AD22C is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 44 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.18 |
| HSL | 86.02º | 0.65% | 0.5% | - |
| HSV(B) | 86.02º | 0.79% | 0.82% | - |
| XYZ | 33.98 | 51.68 | 10.57 | - |
| YUV | 169.55 | 57.15 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 44 | 0.34 | 0 | 0.79 | 0.18 | 86.02 | 0.65 | 0.5 |
| Hex | 8A | D2 | 2C | 22 | 0 | 4F | 12 | 56 | 41 | 32 |
| Octal | 212 | 322 | 54 | 42 | 0 | 117 | 22 | 126 | 101 | 62 |
| Binary | 10001010 | 11010010 | 101100 | 100010 | 0 | 1001111 | 10010 | 1010110 | 1000001 | 110010 |
Color Harmonies of #8AD22C
Complementary color
Monochromatic Colors of #8AD22C
Black with #8AD22C
Text Example
Text Example
White with #8AD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD22C; }
p { color: rgb(138,210,44); }
H1.HeaderClassName
{
color: #8AD22C;
}
.AnyTagClassName
{
color: #8AD22C;
}
</style>
background-color css
<style>
a { background-color: #8AD22C; }
a { background-color: rgb(138,210,44); }
div.DivClassName
{
background-color: #8AD22C;
}
.BgClassName
{
background-color: #8AD22C;
}
</style>
border-color css
<style>
span { border-color: #8AD22C; }
span { border-color: rgb(138,210,44); }
td.TdClassName
{
border-color: #8AD22C;
}
.TagClassName
{
border-color: #8AD22C;
}
</style>