#9DD19F

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

Shades of Chinook #9DD19F

Tints of Chinook #9DD19F

Color information

#9DD19F (or 0x9DD19F) is unknown color: approx Chinook. HEX triplet: 9D, D1 and 9F. RGB value is (157,209,159). Sum of RGB (Red+Green+Blue) = 157+209+159=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD19F is #622E60. Grayscale: #BBBBBB. Windows color (decimal): -6434401 or 10473885. OLE color: 10473885.

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

Color convert

RGB157209159-
CMYK0.2500.240.18
HSL122.31º36.11%71.76%-
HSV(B)122.31º24.88%81.96%-
XYZ42.9655.2741.21-
YUV187.75111.77106.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=29.90%
G=39.81%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091590.2500.240.18122.3136.1171.76
Hex9DD19F19018127a2448
Octal235321237310302217244110
Binary100111011101000110011111110010110001001011110101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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