#8FC67F

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

Shades of Gossip #8FC67F

Tints of Gossip #8FC67F

Color information

#8FC67F (or 0x8FC67F) is unknown color: approx Gossip. HEX triplet: 8F, C6 and 7F. RGB value is (143,198,127). Sum of RGB (Red+Green+Blue) = 143+198+127=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC67F is #703980. Grayscale: #ADADAD. Windows color (decimal): -7354753 or 8373903. OLE color: 8373903.

HSL color Cylindrical-coordinate representation of color #8FC67F: hue angle of 106.48º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC67F is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB143198127-
CMYK0.2800.360.22
HSL106.48º38.38%63.73%-
HSV(B)106.48º35.86%77.65%-
XYZ35.3547.7627.43-
YUV173.46101.78106.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 127 (50% from 255) = 27.14%
R=30.56%
G=42.31%
B=27.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431981270.2800.360.22106.4838.3863.73
Hex8FC67F1C024166a2640
Octal217306177340442615246100
Binary100011111100011011111111110001001001011011010101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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