Html Css Color HEX #9DD38F Gossip

📋 copy color: '#9DD38F'

red 157 ◦ green 211 ◦ blue 143

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

Shades of Gossip #9DD38F

Tints of Gossip #9DD38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 30.72%
G = 41.29%
B = 27.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#9DD38F (or 0x9DD38F) is known color: Gossip. HEX triplet: 9D, D3 and 8F. RGB value is (157,211,143). Sum of RGB (Red+Green+Blue) = 157+211+143=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD38F is #622C70. Grayscale: #BBBBBB. Windows color (decimal): -6433905 or 9425821. OLE color: 9425821.

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

Color convert

RGB 157 211 143 -
CMYK 0.26 0 0.32 0.17
HSL 107.65º 0.44% 0.69% -
HSV(B) 107.65º 0.32% 0.83% -
XYZ 42.16 55.74 34.52 -
YUV 187.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 157 211 143 0.26 0 0.32 0.17 107.65 0.44 0.69
Hex 9D D3 8F 1A 0 20 11 6C 2C 45
Octal 235 323 217 32 0 40 21 154 54 105
Binary 10011101 11010011 10001111 11010 0 100000 10001 1101100 101100 1000101

Color Harmonies of #9DD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD38F

Black with #9DD38F

Text Example


Text Example

White with #9DD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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