Shades of Yellow Green #8AD226
Tints of Yellow Green #8AD226
RGB
CMYK
RGB Variations
Color information
#8AD226 (or 0x8AD226) is known color: Yellow Green. HEX triplet: 8A, D2 and 26. RGB value is (138,210,38). Sum of RGB (Red+Green+Blue) = 138+210+38=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD226 is #752DD9. Grayscale: #A9A9A9. Windows color (decimal): -7679450 or 2544266. OLE color: 2544266.
HSL color Cylindrical-coordinate representation of color #8AD226: hue angle of 85.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AD226 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 38 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.18 |
| HSL | 85.12º | 0.69% | 0.49% | - |
| HSV(B) | 85.12º | 0.82% | 0.82% | - |
| XYZ | 33.88 | 51.64 | 10.02 | - |
| YUV | 168.86 | 54.15 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 38 | 0.34 | 0 | 0.82 | 0.18 | 85.12 | 0.69 | 0.49 |
| Hex | 8A | D2 | 26 | 22 | 0 | 52 | 12 | 55 | 45 | 31 |
| Octal | 212 | 322 | 46 | 42 | 0 | 122 | 22 | 125 | 105 | 61 |
| Binary | 10001010 | 11010010 | 100110 | 100010 | 0 | 1010010 | 10010 | 1010101 | 1000101 | 110001 |
Color Harmonies of #8AD226
Complementary color
Monochromatic Colors of #8AD226
Black with #8AD226
Text Example
Text Example
White with #8AD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD226; }
p { color: rgb(138,210,38); }
H1.HeaderClassName
{
color: #8AD226;
}
.AnyTagClassName
{
color: #8AD226;
}
</style>
background-color css
<style>
a { background-color: #8AD226; }
a { background-color: rgb(138,210,38); }
div.DivClassName
{
background-color: #8AD226;
}
.BgClassName
{
background-color: #8AD226;
}
</style>
border-color css
<style>
span { border-color: #8AD226; }
span { border-color: rgb(138,210,38); }
td.TdClassName
{
border-color: #8AD226;
}
.TagClassName
{
border-color: #8AD226;
}
</style>