Shades of Yellow Green #8AD12C
Tints of Yellow Green #8AD12C
RGB
CMYK
RGB Variations
Color information
#8AD12C (or 0x8AD12C) is known color: Yellow Green. HEX triplet: 8A, D1 and 2C. RGB value is (138,209,44). Sum of RGB (Red+Green+Blue) = 138+209+44=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD12C is #752ED3. Grayscale: #A9A9A9. Windows color (decimal): -7679700 or 2937226. OLE color: 2937226.
HSL color Cylindrical-coordinate representation of color #8AD12C: hue angle of 85.82º 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 #8AD12C is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 44 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.18 |
| HSL | 85.82º | 0.65% | 0.5% | - |
| HSV(B) | 85.82º | 0.79% | 0.82% | - |
| XYZ | 33.74 | 51.19 | 10.48 | - |
| YUV | 168.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 44 | 0.34 | 0 | 0.79 | 0.18 | 85.82 | 0.65 | 0.5 |
| Hex | 8A | D1 | 2C | 22 | 0 | 4F | 12 | 56 | 41 | 32 |
| Octal | 212 | 321 | 54 | 42 | 0 | 117 | 22 | 126 | 101 | 62 |
| Binary | 10001010 | 11010001 | 101100 | 100010 | 0 | 1001111 | 10010 | 1010110 | 1000001 | 110010 |
Color Harmonies of #8AD12C
Complementary color
Monochromatic Colors of #8AD12C
Black with #8AD12C
Text Example
Text Example
White with #8AD12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD12C; }
p { color: rgb(138,209,44); }
H1.HeaderClassName
{
color: #8AD12C;
}
.AnyTagClassName
{
color: #8AD12C;
}
</style>
background-color css
<style>
a { background-color: #8AD12C; }
a { background-color: rgb(138,209,44); }
div.DivClassName
{
background-color: #8AD12C;
}
.BgClassName
{
background-color: #8AD12C;
}
</style>
border-color css
<style>
span { border-color: #8AD12C; }
span { border-color: rgb(138,209,44); }
td.TdClassName
{
border-color: #8AD12C;
}
.TagClassName
{
border-color: #8AD12C;
}
</style>