Html Css Color HEX #9DD68C Gossip

📋 copy color: '#9DD68C'

red 157 ◦ green 214 ◦ blue 140

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

Shades of Gossip #9DD68C

Tints of Gossip #9DD68C

RGB

 RED value IS 157 (61.72% from 255) = 30.72%

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 30.72%
G = 41.88%
B = 27.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#9DD68C (or 0x9DD68C) is known color: Gossip. HEX triplet: 9D, D6 and 8C. RGB value is (157,214,140). Sum of RGB (Red+Green+Blue) = 157+214+140=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68C is #622973. Grayscale: #BCBCBC. Windows color (decimal): -6433140 or 9229981. OLE color: 9229981.

HSL color Cylindrical-coordinate representation of color #9DD68C: hue angle of 106.22º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD68C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 140 -
CMYK 0.27 0 0.35 0.16
HSL 106.22º 0.47% 0.69% -
HSV(B) 106.22º 0.35% 0.84% -
XYZ 42.68 57.15 33.59 -
YUV 188.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 157 214 140 0.27 0 0.35 0.16 106.22 0.47 0.69
Hex 9D D6 8C 1B 0 23 10 6A 2F 45
Octal 235 326 214 33 0 43 20 152 57 105
Binary 10011101 11010110 10001100 11011 0 100011 10000 1101010 101111 1000101

Color Harmonies of #9DD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD68C

Black with #9DD68C

Text Example


Text Example

White with #9DD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,140); }

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

background-color css

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

 a { background-color: rgb(157,214,140); }

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

border-color css

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

 span { border-color: rgb(157,214,140); }

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