Shades of Yellow Green #8ABF3C
Tints of Yellow Green #8ABF3C
RGB
CMYK
RGB Variations
Color information
#8ABF3C (or 0x8ABF3C) is known color: Yellow Green. HEX triplet: 8A, BF and 3C. RGB value is (138,191,60). Sum of RGB (Red+Green+Blue) = 138+191+60=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF3C is #7540C3. Grayscale: #A0A0A0. Windows color (decimal): -7684292 or 3981194. OLE color: 3981194.
HSL color Cylindrical-coordinate representation of color #8ABF3C: hue angle of 84.27º degrees, saturation: 0.52, 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 #8ABF3C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 60 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.25 |
| HSL | 84.27º | 0.52% | 0.49% | - |
| HSV(B) | 84.27º | 0.69% | 0.75% | - |
| XYZ | 29.93 | 42.99 | 11 | - |
| YUV | 160.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 60 | 0.28 | 0 | 0.69 | 0.25 | 84.27 | 0.52 | 0.49 |
| Hex | 8A | BF | 3C | 1C | 0 | 45 | 19 | 54 | 34 | 31 |
| Octal | 212 | 277 | 74 | 34 | 0 | 105 | 31 | 124 | 64 | 61 |
| Binary | 10001010 | 10111111 | 111100 | 11100 | 0 | 1000101 | 11001 | 1010100 | 110100 | 110001 |
Color Harmonies of #8ABF3C
Complementary color
Monochromatic Colors of #8ABF3C
Black with #8ABF3C
Text Example
Text Example
White with #8ABF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABF3C; }
p { color: rgb(138,191,60); }
H1.HeaderClassName
{
color: #8ABF3C;
}
.AnyTagClassName
{
color: #8ABF3C;
}
</style>
background-color css
<style>
a { background-color: #8ABF3C; }
a { background-color: rgb(138,191,60); }
div.DivClassName
{
background-color: #8ABF3C;
}
.BgClassName
{
background-color: #8ABF3C;
}
</style>
border-color css
<style>
span { border-color: #8ABF3C; }
span { border-color: rgb(138,191,60); }
td.TdClassName
{
border-color: #8ABF3C;
}
.TagClassName
{
border-color: #8ABF3C;
}
</style>