#9DCE9F

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

Shades of Chinook #9DCE9F

Tints of Chinook #9DCE9F

Color information

#9DCE9F (or 0x9DCE9F) is unknown color: approx Chinook. HEX triplet: 9D, CE and 9F. RGB value is (157,206,159). Sum of RGB (Red+Green+Blue) = 157+206+159=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE9F is #623160. Grayscale: #BABABA. Windows color (decimal): -6435169 or 10473117. OLE color: 10473117.

HSL color Cylindrical-coordinate representation of color #9DCE9F: hue angle of 122.45º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCE9F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB157206159-
CMYK0.2400.230.19
HSL122.45º33.33%71.18%-
HSV(B)122.45º23.79%80.78%-
XYZ42.2353.8140.96-
YUV185.99112.77107.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=30.08%
G=39.46%
B=30.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061590.2400.230.19122.4533.3371.18
Hex9DCE9F18017137a2147
Octal235316237300272317241107
Binary100111011100111010011111110000101111001111110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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