#8FD26E

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

Shades of Gossip #8FD26E

Tints of Gossip #8FD26E

Color information

#8FD26E (or 0x8FD26E) is unknown color: approx Gossip. HEX triplet: 8F, D2 and 6E. RGB value is (143,210,110). Sum of RGB (Red+Green+Blue) = 143+210+110=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD26E is #702D91. Grayscale: #B2B2B2. Windows color (decimal): -7351698 or 7262863. OLE color: 7262863.

HSL color Cylindrical-coordinate representation of color #8FD26E: hue angle of 100.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD26E is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB143210110-
CMYK0.3200.480.18
HSL100.2º52.63%62.75%-
HSV(B)100.2º47.62%82.35%-
XYZ37.1953.0623.03-
YUV178.5789.3102.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=30.89%
G=45.36%
B=23.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432101100.3200.480.18100.252.6362.75
Hex8FD26E200301264353f
Octal21732215640060221446577
Binary100011111101001011011101000000110000100101100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,210,110); }

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

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

 a { background-color: rgb(143,210,110); }

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

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

 span { border-color: rgb(143,210,110); }

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