Shades of Yellow Green #8ADD1C
Tints of Yellow Green #8ADD1C
RGB
CMYK
RGB Variations
Color information
#8ADD1C (or 0x8ADD1C) is known color: Yellow Green. HEX triplet: 8A, DD and 1C. RGB value is (138,221,28). Sum of RGB (Red+Green+Blue) = 138+221+28=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD1C is #7522E3. Grayscale: #AEAEAE. Windows color (decimal): -7676644 or 1891722. OLE color: 1891722.
HSL color Cylindrical-coordinate representation of color #8ADD1C: hue angle of 85.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ADD1C is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 28 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.13 |
| HSL | 85.8º | 0.78% | 0.49% | - |
| HSV(B) | 85.8º | 0.87% | 0.87% | - |
| XYZ | 36.55 | 57.2 | 10.21 | - |
| YUV | 174.18 | 45.5 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 28 | 0.38 | 0 | 0.87 | 0.13 | 85.8 | 0.78 | 0.49 |
| Hex | 8A | DD | 1C | 26 | 0 | 57 | D | 56 | 4E | 31 |
| Octal | 212 | 335 | 34 | 46 | 0 | 127 | 15 | 126 | 116 | 61 |
| Binary | 10001010 | 11011101 | 11100 | 100110 | 0 | 1010111 | 1101 | 1010110 | 1001110 | 110001 |
Color Harmonies of #8ADD1C
Complementary color
Monochromatic Colors of #8ADD1C
Black with #8ADD1C
Text Example
Text Example
White with #8ADD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD1C; }
p { color: rgb(138,221,28); }
H1.HeaderClassName
{
color: #8ADD1C;
}
.AnyTagClassName
{
color: #8ADD1C;
}
</style>
background-color css
<style>
a { background-color: #8ADD1C; }
a { background-color: rgb(138,221,28); }
div.DivClassName
{
background-color: #8ADD1C;
}
.BgClassName
{
background-color: #8ADD1C;
}
</style>
border-color css
<style>
span { border-color: #8ADD1C; }
span { border-color: rgb(138,221,28); }
td.TdClassName
{
border-color: #8ADD1C;
}
.TagClassName
{
border-color: #8ADD1C;
}
</style>