#9DD67A

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

Shades of Gossip #9DD67A

Tints of Gossip #9DD67A

Color information

#9DD67A (or 0x9DD67A) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 7A. RGB value is (157,214,122). Sum of RGB (Red+Green+Blue) = 157+214+122=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD67A is #622985. Grayscale: #BABABA. Windows color (decimal): -6433158 or 8050333. OLE color: 8050333.

HSL color Cylindrical-coordinate representation of color #9DD67A: hue angle of 97.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD67A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB157214122-
CMYK0.2700.430.16
HSL97.17º52.87%65.88%-
HSV(B)97.17º42.99%83.92%-
XYZ41.4656.6727.16-
YUV186.4791.62106.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=31.85%
G=43.41%
B=24.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141220.2700.430.1697.1752.8765.88
Hex9DD67A1B02B10613542
Octal235326172330532014165102
Binary100111011101011011110101101101010111000011000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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