Html Css Color HEX #8EDB7A Gossip

📋 copy color: '#8EDB7A'

red 142 ◦ green 219 ◦ blue 122

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

Shades of Gossip #8EDB7A

Tints of Gossip #8EDB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 29.4%
G = 45.34%
B = 25.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#8EDB7A (or 0x8EDB7A) is known color: Gossip. HEX triplet: 8E, DB and 7A. RGB value is (142,219,122). Sum of RGB (Red+Green+Blue) = 142+219+122=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB7A is #712485. Grayscale: #B9B9B9. Windows color (decimal): -7414918 or 8051598. OLE color: 8051598.

HSL color Cylindrical-coordinate representation of color #8EDB7A: hue angle of 107.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDB7A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 122 -
CMYK 0.35 0 0.44 0.14
HSL 107.63º 0.57% 0.67% -
HSV(B) 107.63º 0.44% 0.86% -
XYZ 40 57.82 27.46 -
YUV 184.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 142 219 122 0.35 0 0.44 0.14 107.63 0.57 0.67
Hex 8E DB 7A 23 0 2C E 6C 39 43
Octal 216 333 172 43 0 54 16 154 71 103
Binary 10001110 11011011 1111010 100011 0 101100 1110 1101100 111001 1000011

Color Harmonies of #8EDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB7A

Black with #8EDB7A

Text Example


Text Example

White with #8EDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,122); }

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

background-color css

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

 a { background-color: rgb(142,219,122); }

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

border-color css

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

 span { border-color: rgb(142,219,122); }

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