#9DD074

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

Shades of Gossip #9DD074

Tints of Gossip #9DD074

Color information

#9DD074 (or 0x9DD074) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 74. RGB value is (157,208,116). Sum of RGB (Red+Green+Blue) = 157+208+116=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD074 is #622F8B. Grayscale: #B6B6B6. Windows color (decimal): -6434700 or 7655581. OLE color: 7655581.

HSL color Cylindrical-coordinate representation of color #9DD074: hue angle of 93.26º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DD074 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB157208116-
CMYK0.2500.440.18
HSL93.26º49.46%63.53%-
HSV(B)93.26º44.23%81.57%-
XYZ39.6153.5424.77-
YUV182.2690.6109.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=32.64%
G=43.24%
B=24.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081160.2500.440.1893.2649.4663.53
Hex9DD0741902C125d3140
Octal235320164310542213561100
Binary100111011101000011101001100101011001001010111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,116); }

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

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

 a { background-color: rgb(157,208,116); }

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

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

 span { border-color: rgb(157,208,116); }

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