Shades of Yellow Green #8ADC1C
Tints of Yellow Green #8ADC1C
RGB
CMYK
RGB Variations
Color information
#8ADC1C (or 0x8ADC1C) is known color: Yellow Green. HEX triplet: 8A, DC and 1C. RGB value is (138,220,28). Sum of RGB (Red+Green+Blue) = 138+220+28=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC1C is #7523E3. Grayscale: #AEAEAE. Windows color (decimal): -7676900 or 1891466. OLE color: 1891466.
HSL color Cylindrical-coordinate representation of color #8ADC1C: hue angle of 85.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ADC1C is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 28 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.14 |
| HSL | 85.62º | 0.77% | 0.49% | - |
| HSV(B) | 85.62º | 0.87% | 0.86% | - |
| XYZ | 36.28 | 56.67 | 10.13 | - |
| YUV | 173.59 | 45.83 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 28 | 0.37 | 0 | 0.87 | 0.14 | 85.62 | 0.77 | 0.49 |
| Hex | 8A | DC | 1C | 25 | 0 | 57 | E | 56 | 4D | 31 |
| Octal | 212 | 334 | 34 | 45 | 0 | 127 | 16 | 126 | 115 | 61 |
| Binary | 10001010 | 11011100 | 11100 | 100101 | 0 | 1010111 | 1110 | 1010110 | 1001101 | 110001 |
Color Harmonies of #8ADC1C
Complementary color
Monochromatic Colors of #8ADC1C
Black with #8ADC1C
Text Example
Text Example
White with #8ADC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC1C; }
p { color: rgb(138,220,28); }
H1.HeaderClassName
{
color: #8ADC1C;
}
.AnyTagClassName
{
color: #8ADC1C;
}
</style>
background-color css
<style>
a { background-color: #8ADC1C; }
a { background-color: rgb(138,220,28); }
div.DivClassName
{
background-color: #8ADC1C;
}
.BgClassName
{
background-color: #8ADC1C;
}
</style>
border-color css
<style>
span { border-color: #8ADC1C; }
span { border-color: rgb(138,220,28); }
td.TdClassName
{
border-color: #8ADC1C;
}
.TagClassName
{
border-color: #8ADC1C;
}
</style>