#8FE56A

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

Shades of Gossip #8FE56A

Tints of Gossip #8FE56A

Color information

#8FE56A (or 0x8FE56A) is unknown color: approx Gossip. HEX triplet: 8F, E5 and 6A. RGB value is (143,229,106). Sum of RGB (Red+Green+Blue) = 143+229+106=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE56A is #701A95. Grayscale: #BDBDBD. Windows color (decimal): -7346838 or 7005583. OLE color: 7005583.

HSL color Cylindrical-coordinate representation of color #8FE56A: hue angle of 101.95º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE56A is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB143229106-
CMYK0.3800.540.10
HSL101.95º70.29%65.69%-
HSV(B)101.95º53.71%89.8%-
XYZ41.9562.9223.57-
YUV189.2681.0195-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 229 (89.84% from 255) = 47.91%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=29.92%
G=47.91%
B=22.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1432291060.3800.540.10101.9570.2965.69
Hex8FE56A26036A664642
Octal2173451524606612146106102
Binary1000111111100101110101010011001101101010110011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,229,106); }

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

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

 a { background-color: rgb(143,229,106); }

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

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

 span { border-color: rgb(143,229,106); }

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