Shades of Yellow Green #8AC03B
Tints of Yellow Green #8AC03B
RGB
CMYK
RGB Variations
Color information
#8AC03B (or 0x8AC03B) is known color: Yellow Green. HEX triplet: 8A, C0 and 3B. RGB value is (138,192,59). Sum of RGB (Red+Green+Blue) = 138+192+59=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC03B is #753FC4. Grayscale: #A1A1A1. Windows color (decimal): -7684037 or 3915914. OLE color: 3915914.
HSL color Cylindrical-coordinate representation of color #8AC03B: hue angle of 84.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AC03B is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 59 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.25 |
| HSL | 84.36º | 0.53% | 0.49% | - |
| HSV(B) | 84.36º | 0.69% | 0.75% | - |
| XYZ | 30.12 | 43.42 | 10.93 | - |
| YUV | 160.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 59 | 0.28 | 0 | 0.69 | 0.25 | 84.36 | 0.53 | 0.49 |
| Hex | 8A | C0 | 3B | 1C | 0 | 45 | 19 | 54 | 35 | 31 |
| Octal | 212 | 300 | 73 | 34 | 0 | 105 | 31 | 124 | 65 | 61 |
| Binary | 10001010 | 11000000 | 111011 | 11100 | 0 | 1000101 | 11001 | 1010100 | 110101 | 110001 |
Color Harmonies of #8AC03B
Complementary color
Monochromatic Colors of #8AC03B
Black with #8AC03B
Text Example
Text Example
White with #8AC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC03B; }
p { color: rgb(138,192,59); }
H1.HeaderClassName
{
color: #8AC03B;
}
.AnyTagClassName
{
color: #8AC03B;
}
</style>
background-color css
<style>
a { background-color: #8AC03B; }
a { background-color: rgb(138,192,59); }
div.DivClassName
{
background-color: #8AC03B;
}
.BgClassName
{
background-color: #8AC03B;
}
</style>
border-color css
<style>
span { border-color: #8AC03B; }
span { border-color: rgb(138,192,59); }
td.TdClassName
{
border-color: #8AC03B;
}
.TagClassName
{
border-color: #8AC03B;
}
</style>