Shades of Yellow Green #8AC526
Tints of Yellow Green #8AC526
RGB
CMYK
RGB Variations
Color information
#8AC526 (or 0x8AC526) is known color: Yellow Green. HEX triplet: 8A, C5 and 26. RGB value is (138,197,38). Sum of RGB (Red+Green+Blue) = 138+197+38=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC526 is #753AD9. Grayscale: #A1A1A1. Windows color (decimal): -7682778 or 2540938. OLE color: 2540938.
HSL color Cylindrical-coordinate representation of color #8AC526: hue angle of 82.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AC526 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 38 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.23 |
| HSL | 82.26º | 0.68% | 0.46% | - |
| HSV(B) | 82.26º | 0.81% | 0.77% | - |
| XYZ | 30.8 | 45.48 | 8.99 | - |
| YUV | 161.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 38 | 0.30 | 0 | 0.81 | 0.23 | 82.26 | 0.68 | 0.46 |
| Hex | 8A | C5 | 26 | 1E | 0 | 51 | 17 | 52 | 44 | 2E |
| Octal | 212 | 305 | 46 | 36 | 0 | 121 | 27 | 122 | 104 | 56 |
| Binary | 10001010 | 11000101 | 100110 | 11110 | 0 | 1010001 | 10111 | 1010010 | 1000100 | 101110 |
Color Harmonies of #8AC526
Complementary color
Monochromatic Colors of #8AC526
Black with #8AC526
Text Example
Text Example
White with #8AC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC526; }
p { color: rgb(138,197,38); }
H1.HeaderClassName
{
color: #8AC526;
}
.AnyTagClassName
{
color: #8AC526;
}
</style>
background-color css
<style>
a { background-color: #8AC526; }
a { background-color: rgb(138,197,38); }
div.DivClassName
{
background-color: #8AC526;
}
.BgClassName
{
background-color: #8AC526;
}
</style>
border-color css
<style>
span { border-color: #8AC526; }
span { border-color: rgb(138,197,38); }
td.TdClassName
{
border-color: #8AC526;
}
.TagClassName
{
border-color: #8AC526;
}
</style>