#8ED912

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

Shades of Yellow Green #8ED912

Tints of Yellow Green #8ED912

Color information

#8ED912 (or 0x8ED912) is unknown color: approx Yellow Green. HEX triplet: 8E, D9 and 12. RGB value is (142,217,18). Sum of RGB (Red+Green+Blue) = 142+217+18=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED912 is #7126ED. Grayscale: #ACACAC. Windows color (decimal): -7415534 or 1235342. OLE color: 1235342.

HSL color Cylindrical-coordinate representation of color #8ED912: hue angle of 82.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ED912 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB14221718-
CMYK0.3500.920.15
HSL82.61º84.68%46.08%-
HSV(B)82.61º91.71%85.1%-
XYZ36.0855.429.37-
YUV171.8941.15106.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 217 (85.16% from 255) = 57.56%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=37.67%
G=57.56%
B=4.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142217180.3500.920.1582.6184.6846.08
Hex8ED9122305CF53552e
Octal216331224301341712312556
Binary10001110110110011001010001101011100111110100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,18); }

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

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

 a { background-color: rgb(142,217,18); }

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

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

 span { border-color: rgb(142,217,18); }

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