Shades of Yellow Green #8AD330
Tints of Yellow Green #8AD330
RGB
CMYK
RGB Variations
Color information
#8AD330 (or 0x8AD330) is known color: Yellow Green. HEX triplet: 8A, D3 and 30. RGB value is (138,211,48). Sum of RGB (Red+Green+Blue) = 138+211+48=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD330 is #752CCF. Grayscale: #ABABAB. Windows color (decimal): -7679184 or 3199882. OLE color: 3199882.
HSL color Cylindrical-coordinate representation of color #8AD330: hue angle of 86.87º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AD330 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 48 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.17 |
| HSL | 86.87º | 0.65% | 0.51% | - |
| HSV(B) | 86.87º | 0.77% | 0.83% | - |
| XYZ | 34.31 | 52.21 | 11.06 | - |
| YUV | 170.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 48 | 0.35 | 0 | 0.77 | 0.17 | 86.87 | 0.65 | 0.51 |
| Hex | 8A | D3 | 30 | 23 | 0 | 4D | 11 | 57 | 41 | 33 |
| Octal | 212 | 323 | 60 | 43 | 0 | 115 | 21 | 127 | 101 | 63 |
| Binary | 10001010 | 11010011 | 110000 | 100011 | 0 | 1001101 | 10001 | 1010111 | 1000001 | 110011 |
Color Harmonies of #8AD330
Complementary color
Monochromatic Colors of #8AD330
Black with #8AD330
Text Example
Text Example
White with #8AD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD330; }
p { color: rgb(138,211,48); }
H1.HeaderClassName
{
color: #8AD330;
}
.AnyTagClassName
{
color: #8AD330;
}
</style>
background-color css
<style>
a { background-color: #8AD330; }
a { background-color: rgb(138,211,48); }
div.DivClassName
{
background-color: #8AD330;
}
.BgClassName
{
background-color: #8AD330;
}
</style>
border-color css
<style>
span { border-color: #8AD330; }
span { border-color: rgb(138,211,48); }
td.TdClassName
{
border-color: #8AD330;
}
.TagClassName
{
border-color: #8AD330;
}
</style>