#9DD99F

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

Shades of Chinook #9DD99F

Tints of Chinook #9DD99F

Color information

#9DD99F (or 0x9DD99F) is unknown color: approx Chinook. HEX triplet: 9D, D9 and 9F. RGB value is (157,217,159). Sum of RGB (Red+Green+Blue) = 157+217+159=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD99F is #622660. Grayscale: #C0C0C0. Windows color (decimal): -6432353 or 10475933. OLE color: 10475933.

HSL color Cylindrical-coordinate representation of color #9DD99F: hue angle of 122º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD99F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB157217159-
CMYK0.2800.270.15
HSL122º44.12%73.33%-
HSV(B)122º27.65%85.1%-
XYZ44.9859.341.88-
YUV192.45109.12102.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=29.46%
G=40.71%
B=29.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171590.2800.270.1512244.1273.33
Hex9DD99F1C01BF7a2c49
Octal235331237340331717254111
Binary10011101110110011001111111100011011111111110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,159); }

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

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

 a { background-color: rgb(157,217,159); }

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

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

 span { border-color: rgb(157,217,159); }

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