Shades of Yellow Green #8AD52F
Tints of Yellow Green #8AD52F
RGB
CMYK
RGB Variations
Color information
#8AD52F (or 0x8AD52F) is known color: Yellow Green. HEX triplet: 8A, D5 and 2F. RGB value is (138,213,47). Sum of RGB (Red+Green+Blue) = 138+213+47=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD52F is #752AD0. Grayscale: #ACACAC. Windows color (decimal): -7678673 or 3134858. OLE color: 3134858.
HSL color Cylindrical-coordinate representation of color #8AD52F: hue angle of 87.11º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AD52F is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 47 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.16 |
| HSL | 87.11º | 0.66% | 0.51% | - |
| HSV(B) | 87.11º | 0.78% | 0.84% | - |
| XYZ | 34.79 | 53.2 | 11.12 | - |
| YUV | 171.65 | 57.65 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 47 | 0.35 | 0 | 0.78 | 0.16 | 87.11 | 0.66 | 0.51 |
| Hex | 8A | D5 | 2F | 23 | 0 | 4E | 10 | 57 | 42 | 33 |
| Octal | 212 | 325 | 57 | 43 | 0 | 116 | 20 | 127 | 102 | 63 |
| Binary | 10001010 | 11010101 | 101111 | 100011 | 0 | 1001110 | 10000 | 1010111 | 1000010 | 110011 |
Color Harmonies of #8AD52F
Complementary color
Monochromatic Colors of #8AD52F
Black with #8AD52F
Text Example
Text Example
White with #8AD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD52F; }
p { color: rgb(138,213,47); }
H1.HeaderClassName
{
color: #8AD52F;
}
.AnyTagClassName
{
color: #8AD52F;
}
</style>
background-color css
<style>
a { background-color: #8AD52F; }
a { background-color: rgb(138,213,47); }
div.DivClassName
{
background-color: #8AD52F;
}
.BgClassName
{
background-color: #8AD52F;
}
</style>
border-color css
<style>
span { border-color: #8AD52F; }
span { border-color: rgb(138,213,47); }
td.TdClassName
{
border-color: #8AD52F;
}
.TagClassName
{
border-color: #8AD52F;
}
</style>