#8fe27c

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

Shades of Gossip #8FE27C

Tints of Gossip #8FE27C

Color information

#8FE27C (or 0x8FE27C) is unknown color: approx Gossip. HEX triplet: 8F, E2 and 7C. RGB value is (143,226,124). Sum of RGB (Red+Green+Blue) = 143+226+124=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE27C is #701D83. Grayscale: #BDBDBD. Windows color (decimal): -7347588 or 8184463. OLE color: 8184463.

HSL color Cylindrical-coordinate representation of color #8FE27C: hue angle of 108.82º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FE27C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB143226124-
CMYK0.3700.450.11
HSL108.82º63.75%68.63%-
HSV(B)108.82º45.13%88.63%-
XYZ42.1661.6928.75-
YUV189.569194.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 226 (88.67% from 255) = 45.84%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=29.01%
G=45.84%
B=25.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1432261240.3700.450.11108.8263.7568.63
Hex8FE27C2502DB6d4045
Octal2173421744505513155100105
Binary1000111111100010111110010010101011011011110110110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fe27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,226,124); }

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

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

 a { background-color: rgb(143,226,124); }

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

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

 span { border-color: rgb(143,226,124); }

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