#8EC12D

Color #8EC12D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8EC12D

Tints of Yellow Green #8EC12D

Color information

#8EC12D (or 0x8EC12D) is unknown color: approx Yellow Green. HEX triplet: 8E, C1 and 2D. RGB value is (142,193,45). Sum of RGB (Red+Green+Blue) = 142+193+45=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC12D is #713ED2. Grayscale: #A1A1A1. Windows color (decimal): -7421651 or 2998670. OLE color: 2998670.

HSL color Cylindrical-coordinate representation of color #8EC12D: hue angle of 80.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EC12D is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB14219345-
CMYK0.2600.770.24
HSL80.68º62.18%46.67%-
HSV(B)80.68º76.68%75.69%-
XYZ30.744.089.37-
YUV160.8862.6114.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 193 (75.78% from 255) = 50.79%
BLUE value IS 45 (17.97% from 255) = 11.84%
R=37.37%
G=50.79%
B=11.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142193450.2600.770.2480.6862.1846.67
Hex8EC12D1A04D18513e2f
Octal21630155320115301217657
Binary10001110110000011011011101001001101110001010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC12D; }

 p { color: rgb(142,193,45); }

 H1.HeaderClassName
 {
   color: #8EC12D;
 }
 .AnyTagClassName
 {
   color: #8EC12D;
 }
</style>
background-color css

<style>
 a { background-color: #8EC12D; }

 a { background-color: rgb(142,193,45); }

 div.DivClassName
 {
   background-color: #8EC12D;
 }
 .BgClassName
 {
   background-color: #8EC12D;
 }
</style>
border-color css

<style>
 span { border-color: #8EC12D; }

 span { border-color: rgb(142,193,45); }

 td.TdClassName
 {
   border-color: #8EC12D;
 }
 .TagClassName
 {
   border-color: #8EC12D;
 }
</style>