Shades of Yellow Green #8ADC16
Tints of Yellow Green #8ADC16
RGB
CMYK
RGB Variations
Color information
#8ADC16 (or 0x8ADC16) is known color: Yellow Green. HEX triplet: 8A, DC and 16. RGB value is (138,220,22). Sum of RGB (Red+Green+Blue) = 138+220+22=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC16 is #7523E9. Grayscale: #ADADAD. Windows color (decimal): -7676906 or 1498250. OLE color: 1498250.
HSL color Cylindrical-coordinate representation of color #8ADC16: hue angle of 84.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ADC16 is Cyan = 0.37, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 22 | - |
| CMYK | 0.37 | 0 | 0.9 | 0.14 |
| HSL | 84.85º | 0.82% | 0.47% | - |
| HSV(B) | 84.85º | 0.9% | 0.86% | - |
| XYZ | 36.22 | 56.65 | 9.78 | - |
| YUV | 172.91 | 42.83 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 22 | 0.37 | 0 | 0.9 | 0.14 | 84.85 | 0.82 | 0.47 |
| Hex | 8A | DC | 16 | 25 | 0 | 5A | E | 55 | 52 | 2F |
| Octal | 212 | 334 | 26 | 45 | 0 | 132 | 16 | 125 | 122 | 57 |
| Binary | 10001010 | 11011100 | 10110 | 100101 | 0 | 1011010 | 1110 | 1010101 | 1010010 | 101111 |
Color Harmonies of #8ADC16
Complementary color
Monochromatic Colors of #8ADC16
Black with #8ADC16
Text Example
Text Example
White with #8ADC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC16; }
p { color: rgb(138,220,22); }
H1.HeaderClassName
{
color: #8ADC16;
}
.AnyTagClassName
{
color: #8ADC16;
}
</style>
background-color css
<style>
a { background-color: #8ADC16; }
a { background-color: rgb(138,220,22); }
div.DivClassName
{
background-color: #8ADC16;
}
.BgClassName
{
background-color: #8ADC16;
}
</style>
border-color css
<style>
span { border-color: #8ADC16; }
span { border-color: rgb(138,220,22); }
td.TdClassName
{
border-color: #8ADC16;
}
.TagClassName
{
border-color: #8ADC16;
}
</style>