#9DCF8A

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

Shades of Gossip #9DCF8A

Tints of Gossip #9DCF8A

Color information

#9DCF8A (or 0x9DCF8A) is unknown color: approx Gossip. HEX triplet: 9D, CF and 8A. RGB value is (157,207,138). Sum of RGB (Red+Green+Blue) = 157+207+138=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF8A is #623075. Grayscale: #B8B8B8. Windows color (decimal): -6434934 or 9097117. OLE color: 9097117.

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

Color convert

RGB157207138-
CMYK0.2400.330.19
HSL103.48º41.82%67.65%-
HSV(B)103.48º33.33%81.18%-
XYZ40.853.6332.25-
YUV184.18101.94108.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=31.27%
G=41.24%
B=27.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071380.2400.330.19103.4841.8267.65
Hex9DCF8A1802113672a44
Octal235317212300412314752104
Binary1001110111001111100010101100001000011001111001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,138); }

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

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

 a { background-color: rgb(157,207,138); }

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

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

 span { border-color: rgb(157,207,138); }

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