#9DD4A4

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

Shades of Chinook #9DD4A4

Tints of Chinook #9DD4A4

Color information

#9DD4A4 (or 0x9DD4A4) is unknown color: approx Chinook. HEX triplet: 9D, D4 and A4. RGB value is (157,212,164). Sum of RGB (Red+Green+Blue) = 157+212+164=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD4A4 is #622B5B. Grayscale: #BEBEBE. Windows color (decimal): -6433628 or 10802333. OLE color: 10802333.

HSL color Cylindrical-coordinate representation of color #9DD4A4: hue angle of 127.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4A4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB157212164-
CMYK0.2600.230.17
HSL127.64º39.01%72.35%-
HSV(B)127.64º25.94%83.14%-
XYZ44.1556.9443.78-
YUV190.08113.28104.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=29.46%
G=39.77%
B=30.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121640.2600.230.17127.6439.0172.35
Hex9DD4A41A01711802748
Octal235324244320272120047110
Binary1001110111010100101001001101001011110001100000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,164); }

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

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

 a { background-color: rgb(157,212,164); }

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

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

 span { border-color: rgb(157,212,164); }

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