Shades of Yellow Green #8ABC3C
Tints of Yellow Green #8ABC3C
RGB
CMYK
RGB Variations
Color information
#8ABC3C (or 0x8ABC3C) is known color: Yellow Green. HEX triplet: 8A, BC and 3C. RGB value is (138,188,60). Sum of RGB (Red+Green+Blue) = 138+188+60=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC3C is #7543C3. Grayscale: #9E9E9E. Windows color (decimal): -7685060 or 3980426. OLE color: 3980426.
HSL color Cylindrical-coordinate representation of color #8ABC3C: hue angle of 83.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ABC3C is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 60 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.26 |
| HSL | 83.44º | 0.52% | 0.49% | - |
| HSV(B) | 83.44º | 0.68% | 0.74% | - |
| XYZ | 29.28 | 41.7 | 10.78 | - |
| YUV | 158.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 60 | 0.27 | 0 | 0.68 | 0.26 | 83.44 | 0.52 | 0.49 |
| Hex | 8A | BC | 3C | 1B | 0 | 44 | 1A | 53 | 34 | 31 |
| Octal | 212 | 274 | 74 | 33 | 0 | 104 | 32 | 123 | 64 | 61 |
| Binary | 10001010 | 10111100 | 111100 | 11011 | 0 | 1000100 | 11010 | 1010011 | 110100 | 110001 |
Color Harmonies of #8ABC3C
Complementary color
Monochromatic Colors of #8ABC3C
Black with #8ABC3C
Text Example
Text Example
White with #8ABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC3C; }
p { color: rgb(138,188,60); }
H1.HeaderClassName
{
color: #8ABC3C;
}
.AnyTagClassName
{
color: #8ABC3C;
}
</style>
background-color css
<style>
a { background-color: #8ABC3C; }
a { background-color: rgb(138,188,60); }
div.DivClassName
{
background-color: #8ABC3C;
}
.BgClassName
{
background-color: #8ABC3C;
}
</style>
border-color css
<style>
span { border-color: #8ABC3C; }
span { border-color: rgb(138,188,60); }
td.TdClassName
{
border-color: #8ABC3C;
}
.TagClassName
{
border-color: #8ABC3C;
}
</style>