#8FC27D

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

Shades of Gossip #8FC27D

Tints of Gossip #8FC27D

Color information

#8FC27D (or 0x8FC27D) is unknown color: approx Gossip. HEX triplet: 8F, C2 and 7D. RGB value is (143,194,125). Sum of RGB (Red+Green+Blue) = 143+194+125=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC27D is #703D82. Grayscale: #ABABAB. Windows color (decimal): -7355779 or 8241807. OLE color: 8241807.

HSL color Cylindrical-coordinate representation of color #8FC27D: hue angle of 104.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC27D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB143194125-
CMYK0.2600.360.24
HSL104.35º36.13%62.55%-
HSV(B)104.35º35.57%76.08%-
XYZ34.3245.926.45-
YUV170.88102.1108.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=30.95%
G=41.99%
B=27.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431941250.2600.360.24104.3536.1362.55
Hex8FC27D1A0241868243f
Octal21730217532044301504477
Binary10001111110000101111101110100100100110001101000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,125); }

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

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

 a { background-color: rgb(143,194,125); }

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

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

 span { border-color: rgb(143,194,125); }

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