#8ED27B

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

Shades of Gossip #8ED27B

Tints of Gossip #8ED27B

Color information

#8ED27B (or 0x8ED27B) is unknown color: approx Gossip. HEX triplet: 8E, D2 and 7B. RGB value is (142,210,123). Sum of RGB (Red+Green+Blue) = 142+210+123=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED27B is #712D84. Grayscale: #B4B4B4. Windows color (decimal): -7417221 or 8114830. OLE color: 8114830.

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

Color convert

RGB142210123-
CMYK0.3200.410.18
HSL106.9º49.15%65.29%-
HSV(B)106.9º41.43%82.35%-
XYZ37.7853.2727.03-
YUV179.7595.97101.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=29.89%
G=44.21%
B=25.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101230.3200.410.18106.949.1565.29
Hex8ED27B20029126b3141
Octal216322173400512215361101
Binary1000111011010010111101110000001010011001011010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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