#8FC17F

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

Shades of Gossip #8FC17F

Tints of Gossip #8FC17F

Color information

#8FC17F (or 0x8FC17F) is unknown color: approx Gossip. HEX triplet: 8F, C1 and 7F. RGB value is (143,193,127). Sum of RGB (Red+Green+Blue) = 143+193+127=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC17F is #703E80. Grayscale: #AAAAAA. Windows color (decimal): -7356033 or 8372623. OLE color: 8372623.

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

Color convert

RGB143193127-
CMYK0.2600.340.24
HSL105.45º34.74%62.75%-
HSV(B)105.45º34.2%75.69%-
XYZ34.2345.5127.06-
YUV170.53103.44108.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 127 (50% from 255) = 27.43%
R=30.89%
G=41.68%
B=27.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431931270.2600.340.24105.4534.7462.75
Hex8FC17F1A0221869233f
Octal21730117732042301514377
Binary10001111110000011111111110100100010110001101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,193,127); }

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

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

 a { background-color: rgb(143,193,127); }

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

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

 span { border-color: rgb(143,193,127); }

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