#8ED26F

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

Shades of Gossip #8ED26F

Tints of Gossip #8ED26F

Color information

#8ED26F (or 0x8ED26F) is unknown color: approx Gossip. HEX triplet: 8E, D2 and 6F. RGB value is (142,210,111). Sum of RGB (Red+Green+Blue) = 142+210+111=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED26F is #712D90. Grayscale: #B2B2B2. Windows color (decimal): -7417233 or 7328398. OLE color: 7328398.

HSL color Cylindrical-coordinate representation of color #8ED26F: hue angle of 101.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ED26F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB142210111-
CMYK0.3200.470.18
HSL101.21º52.38%62.94%-
HSV(B)101.21º47.14%82.35%-
XYZ37.0752.9923.31-
YUV178.3889.97102.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=30.67%
G=45.36%
B=23.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101110.3200.470.18101.2152.3862.94
Hex8ED26F2002F1265343f
Octal21632215740057221456477
Binary100011101101001011011111000000101111100101100101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,111); }

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

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

 a { background-color: rgb(142,210,111); }

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

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

 span { border-color: rgb(142,210,111); }

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