Html Css Color HEX #9ECD8C Gossip

📋 copy color: '#9ECD8C'

red 158 ◦ green 205 ◦ blue 140

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

Shades of Gossip #9ECD8C

Tints of Gossip #9ECD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 31.41%
G = 40.76%
B = 27.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#9ECD8C (or 0x9ECD8C) is known color: Gossip. HEX triplet: 9E, CD and 8C. RGB value is (158,205,140). Sum of RGB (Red+Green+Blue) = 158+205+140=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD8C is #613273. Grayscale: #B7B7B7. Windows color (decimal): -6369908 or 9227678. OLE color: 9227678.

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

Color convert

RGB 158 205 140 -
CMYK 0.23 0 0.32 0.20
HSL 103.38º 0.39% 0.68% -
HSV(B) 103.38º 0.32% 0.8% -
XYZ 40.67 52.83 32.86 -
YUV 183.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 158 205 140 0.23 0 0.32 0.20 103.38 0.39 0.68
Hex 9E CD 8C 17 0 20 14 67 27 44
Octal 236 315 214 27 0 40 24 147 47 104
Binary 10011110 11001101 10001100 10111 0 100000 10100 1100111 100111 1000100

Color Harmonies of #9ECD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD8C

Black with #9ECD8C

Text Example


Text Example

White with #9ECD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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