#8FE36A

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

Shades of Gossip #8FE36A

Tints of Gossip #8FE36A

Color information

#8FE36A (or 0x8FE36A) is unknown color: approx Gossip. HEX triplet: 8F, E3 and 6A. RGB value is (143,227,106). Sum of RGB (Red+Green+Blue) = 143+227+106=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE36A is #701C95. Grayscale: #BCBCBC. Windows color (decimal): -7347350 or 7005071. OLE color: 7005071.

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

Color convert

RGB143227106-
CMYK0.3700.530.11
HSL101.65º68.36%65.29%-
HSV(B)101.65º53.3%89.02%-
XYZ41.461.8223.39-
YUV188.0981.6795.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 227 (89.06% from 255) = 47.69%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=30.04%
G=47.69%
B=22.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1432271060.3700.530.11101.6568.3665.29
Hex8FE36A25035B664441
Octal2173431524506513146104101
Binary1000111111100011110101010010101101011011110011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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