#8EC522

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

Shades of Yellow Green #8EC522

Tints of Yellow Green #8EC522

Color information

#8EC522 (or 0x8EC522) is unknown color: approx Yellow Green. HEX triplet: 8E, C5 and 22. RGB value is (142,197,34). Sum of RGB (Red+Green+Blue) = 142+197+34=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC522 is #713ADD. Grayscale: #A2A2A2. Windows color (decimal): -7420638 or 2278798. OLE color: 2278798.

HSL color Cylindrical-coordinate representation of color #8EC522: hue angle of 80.25º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8EC522 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB14219734-
CMYK0.2800.830.23
HSL80.25º70.56%45.29%-
HSV(B)80.25º82.74%77.25%-
XYZ31.4145.88.7-
YUV161.9755.78113.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 197 (77.34% from 255) = 52.82%
BLUE value IS 34 (13.67% from 255) = 9.12%
R=38.07%
G=52.82%
B=9.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142197340.2800.830.2380.2570.5645.29
Hex8EC5221C0531750472d
Octal216305423401232712010755
Binary100011101100010110001011100010100111011110100001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,34); }

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

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

 a { background-color: rgb(142,197,34); }

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

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

 span { border-color: rgb(142,197,34); }

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