#9DD28B

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

Shades of Gossip #9DD28B

Tints of Gossip #9DD28B

Color information

#9DD28B (or 0x9DD28B) is unknown color: approx Gossip. HEX triplet: 9D, D2 and 8B. RGB value is (157,210,139). Sum of RGB (Red+Green+Blue) = 157+210+139=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD28B is #622D74. Grayscale: #BABABA. Windows color (decimal): -6434165 or 9163421. OLE color: 9163421.

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

Color convert

RGB157210139-
CMYK0.2500.340.18
HSL104.79º44.1%68.43%-
HSV(B)104.79º33.81%82.35%-
XYZ41.6155.1332.87-
YUV186.06101.44107.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=31.03%
G=41.50%
B=27.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101390.2500.340.18104.7944.168.43
Hex9DD28B1902212692c44
Octal235322213310422215154104
Binary1001110111010010100010111100101000101001011010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,139); }

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

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

 a { background-color: rgb(157,210,139); }

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

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

 span { border-color: rgb(157,210,139); }

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