Shades of Yellow Green #8AD22F
Tints of Yellow Green #8AD22F
RGB
CMYK
RGB Variations
Color information
#8AD22F (or 0x8AD22F) is known color: Yellow Green. HEX triplet: 8A, D2 and 2F. RGB value is (138,210,47). Sum of RGB (Red+Green+Blue) = 138+210+47=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD22F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD22F is #752DD0. Grayscale: #AAAAAA. Windows color (decimal): -7679441 or 3134090. OLE color: 3134090.
HSL color Cylindrical-coordinate representation of color #8AD22F: hue angle of 86.5º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AD22F is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 47 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.18 |
| HSL | 86.5º | 0.64% | 0.5% | - |
| HSV(B) | 86.5º | 0.78% | 0.82% | - |
| XYZ | 34.04 | 51.7 | 10.87 | - |
| YUV | 169.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 47 | 0.34 | 0 | 0.78 | 0.18 | 86.5 | 0.64 | 0.5 |
| Hex | 8A | D2 | 2F | 22 | 0 | 4E | 12 | 57 | 40 | 32 |
| Octal | 212 | 322 | 57 | 42 | 0 | 116 | 22 | 127 | 100 | 62 |
| Binary | 10001010 | 11010010 | 101111 | 100010 | 0 | 1001110 | 10010 | 1010111 | 1000000 | 110010 |
Color Harmonies of #8AD22F
Complementary color
Monochromatic Colors of #8AD22F
Black with #8AD22F
Text Example
Text Example
White with #8AD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD22F; }
p { color: rgb(138,210,47); }
H1.HeaderClassName
{
color: #8AD22F;
}
.AnyTagClassName
{
color: #8AD22F;
}
</style>
background-color css
<style>
a { background-color: #8AD22F; }
a { background-color: rgb(138,210,47); }
div.DivClassName
{
background-color: #8AD22F;
}
.BgClassName
{
background-color: #8AD22F;
}
</style>
border-color css
<style>
span { border-color: #8AD22F; }
span { border-color: rgb(138,210,47); }
td.TdClassName
{
border-color: #8AD22F;
}
.TagClassName
{
border-color: #8AD22F;
}
</style>