Shades of Yellow Green #8AD036
Tints of Yellow Green #8AD036
RGB
CMYK
RGB Variations
Color information
#8AD036 (or 0x8AD036) is known color: Yellow Green. HEX triplet: 8A, D0 and 36. RGB value is (138,208,54). Sum of RGB (Red+Green+Blue) = 138+208+54=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD036 is #752FC9. Grayscale: #AAAAAA. Windows color (decimal): -7679946 or 3592330. OLE color: 3592330.
HSL color Cylindrical-coordinate representation of color #8AD036: hue angle of 87.27º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AD036 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 54 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.18 |
| HSL | 87.27º | 0.62% | 0.51% | - |
| HSV(B) | 87.27º | 0.74% | 0.82% | - |
| XYZ | 33.7 | 50.78 | 11.52 | - |
| YUV | 169.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 54 | 0.34 | 0 | 0.74 | 0.18 | 87.27 | 0.62 | 0.51 |
| Hex | 8A | D0 | 36 | 22 | 0 | 4A | 12 | 57 | 3E | 33 |
| Octal | 212 | 320 | 66 | 42 | 0 | 112 | 22 | 127 | 76 | 63 |
| Binary | 10001010 | 11010000 | 110110 | 100010 | 0 | 1001010 | 10010 | 1010111 | 111110 | 110011 |
Color Harmonies of #8AD036
Complementary color
Monochromatic Colors of #8AD036
Black with #8AD036
Text Example
Text Example
White with #8AD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD036; }
p { color: rgb(138,208,54); }
H1.HeaderClassName
{
color: #8AD036;
}
.AnyTagClassName
{
color: #8AD036;
}
</style>
background-color css
<style>
a { background-color: #8AD036; }
a { background-color: rgb(138,208,54); }
div.DivClassName
{
background-color: #8AD036;
}
.BgClassName
{
background-color: #8AD036;
}
</style>
border-color css
<style>
span { border-color: #8AD036; }
span { border-color: rgb(138,208,54); }
td.TdClassName
{
border-color: #8AD036;
}
.TagClassName
{
border-color: #8AD036;
}
</style>