Shades of Yellow Green #8AD42A
Tints of Yellow Green #8AD42A
RGB
CMYK
RGB Variations
Color information
#8AD42A (or 0x8AD42A) is known color: Yellow Green. HEX triplet: 8A, D4 and 2A. RGB value is (138,212,42). Sum of RGB (Red+Green+Blue) = 138+212+42=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD42A is #752BD5. Grayscale: #ABABAB. Windows color (decimal): -7678934 or 2806922. OLE color: 2806922.
HSL color Cylindrical-coordinate representation of color #8AD42A: hue angle of 86.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AD42A is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 42 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.17 |
| HSL | 86.12º | 0.67% | 0.5% | - |
| HSV(B) | 86.12º | 0.8% | 0.83% | - |
| XYZ | 34.44 | 52.66 | 10.54 | - |
| YUV | 170.49 | 55.48 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 42 | 0.35 | 0 | 0.80 | 0.17 | 86.12 | 0.67 | 0.5 |
| Hex | 8A | D4 | 2A | 23 | 0 | 50 | 11 | 56 | 43 | 32 |
| Octal | 212 | 324 | 52 | 43 | 0 | 120 | 21 | 126 | 103 | 62 |
| Binary | 10001010 | 11010100 | 101010 | 100011 | 0 | 1010000 | 10001 | 1010110 | 1000011 | 110010 |
Color Harmonies of #8AD42A
Complementary color
Monochromatic Colors of #8AD42A
Black with #8AD42A
Text Example
Text Example
White with #8AD42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD42A; }
p { color: rgb(138,212,42); }
H1.HeaderClassName
{
color: #8AD42A;
}
.AnyTagClassName
{
color: #8AD42A;
}
</style>
background-color css
<style>
a { background-color: #8AD42A; }
a { background-color: rgb(138,212,42); }
div.DivClassName
{
background-color: #8AD42A;
}
.BgClassName
{
background-color: #8AD42A;
}
</style>
border-color css
<style>
span { border-color: #8AD42A; }
span { border-color: rgb(138,212,42); }
td.TdClassName
{
border-color: #8AD42A;
}
.TagClassName
{
border-color: #8AD42A;
}
</style>