#9DD68D

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

Shades of Gossip #9DD68D

Tints of Gossip #9DD68D

Color information

#9DD68D (or 0x9DD68D) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 8D. RGB value is (157,214,141). Sum of RGB (Red+Green+Blue) = 157+214+141=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68D is #622972. Grayscale: #BCBCBC. Windows color (decimal): -6433139 or 9295517. OLE color: 9295517.

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

Color convert

RGB157214141-
CMYK0.2700.340.16
HSL106.85º47.1%69.61%-
HSV(B)106.85º34.11%83.92%-
XYZ42.7657.1833.98-
YUV188.64101.12105.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=30.66%
G=41.80%
B=27.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141410.2700.340.16106.8547.169.61
Hex9DD68D1B022106b2f46
Octal235326215330422015357106
Binary1001110111010110100011011101101000101000011010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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