#9DCE7A

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

Shades of Gossip #9DCE7A

Tints of Gossip #9DCE7A

Color information

#9DCE7A (or 0x9DCE7A) is unknown color: approx Gossip. HEX triplet: 9D, CE and 7A. RGB value is (157,206,122). Sum of RGB (Red+Green+Blue) = 157+206+122=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE7A is #623185. Grayscale: #B6B6B6. Windows color (decimal): -6435206 or 8048285. OLE color: 8048285.

HSL color Cylindrical-coordinate representation of color #9DCE7A: hue angle of 95º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DCE7A is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB157206122-
CMYK0.2400.410.19
HSL95º46.15%64.31%-
HSV(B)95º40.78%80.78%-
XYZ39.4952.7226.51-
YUV181.7794.27110.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=32.37%
G=42.47%
B=25.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061220.2400.410.199546.1564.31
Hex9DCE7A18029135f2e40
Octal235316172300512313756100
Binary100111011100111011110101100001010011001110111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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