Html Css Color HEX #9ECD8E Gossip

📋 copy color: '#9ECD8E'

red 158 ◦ green 205 ◦ blue 142

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

Shades of Gossip #9ECD8E

Tints of Gossip #9ECD8E

RGB

 RED value IS 158 (62.11% from 255) = 31.29%

 GREEN value IS 205 (80.47% from 255) = 40.59%

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 31.29%
G = 40.59%
B = 28.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#9ECD8E (or 0x9ECD8E) is known color: Gossip. HEX triplet: 9E, CD and 8E. RGB value is (158,205,142). Sum of RGB (Red+Green+Blue) = 158+205+142=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD8E is #613271. Grayscale: #B7B7B7. Windows color (decimal): -6369906 or 9358750. OLE color: 9358750.

HSL color Cylindrical-coordinate representation of color #9ECD8E: hue angle of 104.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECD8E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 142 -
CMYK 0.23 0 0.31 0.20
HSL 104.76º 0.39% 0.68% -
HSV(B) 104.76º 0.31% 0.8% -
XYZ 40.81 52.88 33.65 -
YUV 183.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 158 205 142 0.23 0 0.31 0.20 104.76 0.39 0.68
Hex 9E CD 8E 17 0 1F 14 69 27 44
Octal 236 315 216 27 0 37 24 151 47 104
Binary 10011110 11001101 10001110 10111 0 11111 10100 1101001 100111 1000100

Color Harmonies of #9ECD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD8E

Black with #9ECD8E

Text Example


Text Example

White with #9ECD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ECD8E; }

 p { color: rgb(158,205,142); }

 H1.HeaderClassName
 {
   color: #9ECD8E;
 }
 .AnyTagClassName
 {
   color: #9ECD8E;
 }
</style>

background-color css

<style>
 a { background-color: #9ECD8E; }

 a { background-color: rgb(158,205,142); }

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

border-color css

<style>
 span { border-color: #9ECD8E; }

 span { border-color: rgb(158,205,142); }

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