#9DCE90

Color #9DCE90 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9DCE90

Tints of Gossip #9DCE90

Color information

#9DCE90 (or 0x9DCE90) is unknown color: approx Gossip. HEX triplet: 9D, CE and 90. RGB value is (157,206,144). Sum of RGB (Red+Green+Blue) = 157+206+144=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE90 is #62316F. Grayscale: #B8B8B8. Windows color (decimal): -6435184 or 9490077. OLE color: 9490077.

HSL color Cylindrical-coordinate representation of color #9DCE90: hue angle of 107.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCE90 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB157206144-
CMYK0.2400.300.19
HSL107.42º38.75%68.63%-
HSV(B)107.42º30.1%80.78%-
XYZ41.0153.3234.52-
YUV184.28105.27108.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=30.97%
G=40.63%
B=28.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061440.2400.300.19107.4238.7568.63
Hex9DCE901801E136b2745
Octal235316220300362315347105
Binary100111011100111010010000110000111101001111010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DCE90;
 }
 .AnyTagClassName
 {
   color: #9DCE90;
 }
</style>
background-color css

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

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

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

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

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

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