#9DDBA0

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

Shades of Chinook #9DDBA0

Tints of Chinook #9DDBA0

Color information

#9DDBA0 (or 0x9DDBA0) is unknown color: approx Chinook. HEX triplet: 9D, DB and A0. RGB value is (157,219,160). Sum of RGB (Red+Green+Blue) = 157+219+160=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA0 is #62245F. Grayscale: #C1C1C1. Windows color (decimal): -6431840 or 10541981. OLE color: 10541981.

HSL color Cylindrical-coordinate representation of color #9DDBA0: hue angle of 122.9º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB157219160-
CMYK0.2800.270.14
HSL122.9º46.27%73.73%-
HSV(B)122.9º28.31%85.88%-
XYZ45.5860.3742.51-
YUV193.74108.96101.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=29.29%
G=40.86%
B=29.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191600.2800.270.14122.946.2773.73
Hex9DDBA01C01BE7b2e4a
Octal235333240340331617356112
Binary10011101110110111010000011100011011111011110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,160); }

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

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

 a { background-color: rgb(157,219,160); }

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

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

 span { border-color: rgb(157,219,160); }

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