Shades of Yellow Green #8AC533
Tints of Yellow Green #8AC533
RGB
CMYK
RGB Variations
Color information
#8AC533 (or 0x8AC533) is known color: Yellow Green. HEX triplet: 8A, C5 and 33. RGB value is (138,197,51). Sum of RGB (Red+Green+Blue) = 138+197+51=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC533 is #753ACC. Grayscale: #A3A3A3. Windows color (decimal): -7682765 or 3392906. OLE color: 3392906.
HSL color Cylindrical-coordinate representation of color #8AC533: hue angle of 84.25º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AC533 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 51 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.23 |
| HSL | 84.25º | 0.59% | 0.49% | - |
| HSV(B) | 84.25º | 0.74% | 0.77% | - |
| XYZ | 31.05 | 45.57 | 10.29 | - |
| YUV | 162.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 51 | 0.30 | 0 | 0.74 | 0.23 | 84.25 | 0.59 | 0.49 |
| Hex | 8A | C5 | 33 | 1E | 0 | 4A | 17 | 54 | 3B | 31 |
| Octal | 212 | 305 | 63 | 36 | 0 | 112 | 27 | 124 | 73 | 61 |
| Binary | 10001010 | 11000101 | 110011 | 11110 | 0 | 1001010 | 10111 | 1010100 | 111011 | 110001 |
Color Harmonies of #8AC533
Complementary color
Monochromatic Colors of #8AC533
Black with #8AC533
Text Example
Text Example
White with #8AC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC533; }
p { color: rgb(138,197,51); }
H1.HeaderClassName
{
color: #8AC533;
}
.AnyTagClassName
{
color: #8AC533;
}
</style>
background-color css
<style>
a { background-color: #8AC533; }
a { background-color: rgb(138,197,51); }
div.DivClassName
{
background-color: #8AC533;
}
.BgClassName
{
background-color: #8AC533;
}
</style>
border-color css
<style>
span { border-color: #8AC533; }
span { border-color: rgb(138,197,51); }
td.TdClassName
{
border-color: #8AC533;
}
.TagClassName
{
border-color: #8AC533;
}
</style>