Shades of Yellow Green #8AD32B
Tints of Yellow Green #8AD32B
RGB
CMYK
RGB Variations
Color information
#8AD32B (or 0x8AD32B) is known color: Yellow Green. HEX triplet: 8A, D3 and 2B. RGB value is (138,211,43). Sum of RGB (Red+Green+Blue) = 138+211+43=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD32B is #752CD4. Grayscale: #AAAAAA. Windows color (decimal): -7679189 or 2872202. OLE color: 2872202.
HSL color Cylindrical-coordinate representation of color #8AD32B: hue angle of 86.07º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AD32B is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 43 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.17 |
| HSL | 86.07º | 0.66% | 0.5% | - |
| HSV(B) | 86.07º | 0.8% | 0.83% | - |
| XYZ | 34.21 | 52.17 | 10.55 | - |
| YUV | 170.02 | 56.32 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 43 | 0.35 | 0 | 0.80 | 0.17 | 86.07 | 0.66 | 0.5 |
| Hex | 8A | D3 | 2B | 23 | 0 | 50 | 11 | 56 | 42 | 32 |
| Octal | 212 | 323 | 53 | 43 | 0 | 120 | 21 | 126 | 102 | 62 |
| Binary | 10001010 | 11010011 | 101011 | 100011 | 0 | 1010000 | 10001 | 1010110 | 1000010 | 110010 |
Color Harmonies of #8AD32B
Complementary color
Monochromatic Colors of #8AD32B
Black with #8AD32B
Text Example
Text Example
White with #8AD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD32B; }
p { color: rgb(138,211,43); }
H1.HeaderClassName
{
color: #8AD32B;
}
.AnyTagClassName
{
color: #8AD32B;
}
</style>
background-color css
<style>
a { background-color: #8AD32B; }
a { background-color: rgb(138,211,43); }
div.DivClassName
{
background-color: #8AD32B;
}
.BgClassName
{
background-color: #8AD32B;
}
</style>
border-color css
<style>
span { border-color: #8AD32B; }
span { border-color: rgb(138,211,43); }
td.TdClassName
{
border-color: #8AD32B;
}
.TagClassName
{
border-color: #8AD32B;
}
</style>