Shades of Yellow Green #8AC434
Tints of Yellow Green #8AC434
RGB
CMYK
RGB Variations
Color information
#8AC434 (or 0x8AC434) is known color: Yellow Green. HEX triplet: 8A, C4 and 34. RGB value is (138,196,52). Sum of RGB (Red+Green+Blue) = 138+196+52=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC434 is #753BCB. Grayscale: #A2A2A2. Windows color (decimal): -7683020 or 3458186. OLE color: 3458186.
HSL color Cylindrical-coordinate representation of color #8AC434: hue angle of 84.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AC434 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 52 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.23 |
| HSL | 84.17º | 0.58% | 0.49% | - |
| HSV(B) | 84.17º | 0.73% | 0.77% | - |
| XYZ | 30.84 | 45.13 | 10.33 | - |
| YUV | 162.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 52 | 0.30 | 0 | 0.73 | 0.23 | 84.17 | 0.58 | 0.49 |
| Hex | 8A | C4 | 34 | 1E | 0 | 49 | 17 | 54 | 3A | 31 |
| Octal | 212 | 304 | 64 | 36 | 0 | 111 | 27 | 124 | 72 | 61 |
| Binary | 10001010 | 11000100 | 110100 | 11110 | 0 | 1001001 | 10111 | 1010100 | 111010 | 110001 |
Color Harmonies of #8AC434
Complementary color
Monochromatic Colors of #8AC434
Black with #8AC434
Text Example
Text Example
White with #8AC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC434; }
p { color: rgb(138,196,52); }
H1.HeaderClassName
{
color: #8AC434;
}
.AnyTagClassName
{
color: #8AC434;
}
</style>
background-color css
<style>
a { background-color: #8AC434; }
a { background-color: rgb(138,196,52); }
div.DivClassName
{
background-color: #8AC434;
}
.BgClassName
{
background-color: #8AC434;
}
</style>
border-color css
<style>
span { border-color: #8AC434; }
span { border-color: rgb(138,196,52); }
td.TdClassName
{
border-color: #8AC434;
}
.TagClassName
{
border-color: #8AC434;
}
</style>