Shades of Yellow Green #8AD61C
Tints of Yellow Green #8AD61C
RGB
CMYK
RGB Variations
Color information
#8AD61C (or 0x8AD61C) is known color: Yellow Green. HEX triplet: 8A, D6 and 1C. RGB value is (138,214,28). Sum of RGB (Red+Green+Blue) = 138+214+28=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD61C is #7529E3. Grayscale: #AAAAAA. Windows color (decimal): -7678436 or 1889930. OLE color: 1889930.
HSL color Cylindrical-coordinate representation of color #8AD61C: hue angle of 84.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AD61C is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 28 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.16 |
| HSL | 84.52º | 0.77% | 0.47% | - |
| HSV(B) | 84.52º | 0.87% | 0.84% | - |
| XYZ | 34.74 | 53.58 | 9.61 | - |
| YUV | 170.07 | 47.82 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 28 | 0.36 | 0 | 0.87 | 0.16 | 84.52 | 0.77 | 0.47 |
| Hex | 8A | D6 | 1C | 24 | 0 | 57 | 10 | 55 | 4D | 2F |
| Octal | 212 | 326 | 34 | 44 | 0 | 127 | 20 | 125 | 115 | 57 |
| Binary | 10001010 | 11010110 | 11100 | 100100 | 0 | 1010111 | 10000 | 1010101 | 1001101 | 101111 |
Color Harmonies of #8AD61C
Complementary color
Monochromatic Colors of #8AD61C
Black with #8AD61C
Text Example
Text Example
White with #8AD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD61C; }
p { color: rgb(138,214,28); }
H1.HeaderClassName
{
color: #8AD61C;
}
.AnyTagClassName
{
color: #8AD61C;
}
</style>
background-color css
<style>
a { background-color: #8AD61C; }
a { background-color: rgb(138,214,28); }
div.DivClassName
{
background-color: #8AD61C;
}
.BgClassName
{
background-color: #8AD61C;
}
</style>
border-color css
<style>
span { border-color: #8AD61C; }
span { border-color: rgb(138,214,28); }
td.TdClassName
{
border-color: #8AD61C;
}
.TagClassName
{
border-color: #8AD61C;
}
</style>