Html Css Color HEX #8ED16F Gossip

📋 copy color: '#8ED16F'

red 142 ◦ green 209 ◦ blue 111

#8ED16F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8ED16F

Tints of Gossip #8ED16F

RGB

 RED value IS 142 (55.86% from 255) = 30.74%

 GREEN value IS 209 (82.03% from 255) = 45.24%

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 30.74%
G = 45.24%
B = 24.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#8ED16F (or 0x8ED16F) is known color: Gossip. HEX triplet: 8E, D1 and 6F. RGB value is (142,209,111). Sum of RGB (Red+Green+Blue) = 142+209+111=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED16F is #712E90. Grayscale: #B2B2B2. Windows color (decimal): -7417489 or 7328142. OLE color: 7328142.

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

Color convert

RGB 142 209 111 -
CMYK 0.32 0 0.47 0.18
HSL 101.02º 0.52% 0.63% -
HSV(B) 101.02º 0.47% 0.82% -
XYZ 36.83 52.5 23.23 -
YUV 177.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 142 209 111 0.32 0 0.47 0.18 101.02 0.52 0.63
Hex 8E D1 6F 20 0 2F 12 65 34 3F
Octal 216 321 157 40 0 57 22 145 64 77
Binary 10001110 11010001 1101111 100000 0 101111 10010 1100101 110100 111111

Color Harmonies of #8ED16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED16F

Black with #8ED16F

Text Example


Text Example

White with #8ED16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,209,111); }

 H1.HeaderClassName
 {
   color: #8ED16F;
 }
 .AnyTagClassName
 {
   color: #8ED16F;
 }
</style>

background-color css

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

 a { background-color: rgb(142,209,111); }

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

border-color css

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

 span { border-color: rgb(142,209,111); }

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