Html Css Color HEX #9DC990 Gossip

📋 copy color: '#9DC990'

red 157 ◦ green 201 ◦ blue 144

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

Shades of Gossip #9DC990

Tints of Gossip #9DC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 31.27%
G = 40.04%
B = 28.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#9DC990 (or 0x9DC990) is known color: Gossip. HEX triplet: 9D, C9 and 90. RGB value is (157,201,144). Sum of RGB (Red+Green+Blue) = 157+201+144=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC990 is #62366F. Grayscale: #B5B5B5. Windows color (decimal): -6436464 or 9488797. OLE color: 9488797.

HSL color Cylindrical-coordinate representation of color #9DC990: hue angle of 106.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC990 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 201 144 -
CMYK 0.22 0 0.28 0.21
HSL 106.32º 0.35% 0.68% -
HSV(B) 106.32º 0.28% 0.79% -
XYZ 39.83 50.96 34.12 -
YUV 181.35 106.92 110.63 -
System Red Green Blue C M Y K H S L
Decimal 157 201 144 0.22 0 0.28 0.21 106.32 0.35 0.68
Hex 9D C9 90 16 0 1C 15 6A 23 44
Octal 235 311 220 26 0 34 25 152 43 104
Binary 10011101 11001001 10010000 10110 0 11100 10101 1101010 100011 1000100

Color Harmonies of #9DC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC990

Black with #9DC990

Text Example


Text Example

White with #9DC990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,144); }

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

background-color css

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

 a { background-color: rgb(157,201,144); }

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

border-color css

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

 span { border-color: rgb(157,201,144); }

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