Html Css Color HEX #9DD38D Gossip

📋 copy color: '#9DD38D'

red 157 ◦ green 211 ◦ blue 141

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

Shades of Gossip #9DD38D

Tints of Gossip #9DD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 30.84%
G = 41.45%
B = 27.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#9DD38D (or 0x9DD38D) is known color: Gossip. HEX triplet: 9D, D3 and 8D. RGB value is (157,211,141). Sum of RGB (Red+Green+Blue) = 157+211+141=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD38D is #622C72. Grayscale: #BBBBBB. Windows color (decimal): -6433907 or 9294749. OLE color: 9294749.

HSL color Cylindrical-coordinate representation of color #9DD38D: hue angle of 106.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD38D is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 141 -
CMYK 0.26 0 0.33 0.17
HSL 106.29º 0.44% 0.69% -
HSV(B) 106.29º 0.33% 0.83% -
XYZ 42.01 55.68 33.73 -
YUV 186.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 157 211 141 0.26 0 0.33 0.17 106.29 0.44 0.69
Hex 9D D3 8D 1A 0 21 11 6A 2C 45
Octal 235 323 215 32 0 41 21 152 54 105
Binary 10011101 11010011 10001101 11010 0 100001 10001 1101010 101100 1000101

Color Harmonies of #9DD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD38D

Black with #9DD38D

Text Example


Text Example

White with #9DD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,211,141); }

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

background-color css

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

 a { background-color: rgb(157,211,141); }

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

border-color css

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

 span { border-color: rgb(157,211,141); }

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