#9ADD9F

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

Shades of Chinook #9ADD9F

Tints of Chinook #9ADD9F

Color information

#9ADD9F (or 0x9ADD9F) is unknown color: approx Chinook. HEX triplet: 9A, DD and 9F. RGB value is (154,221,159). Sum of RGB (Red+Green+Blue) = 154+221+159=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD9F is #652260. Grayscale: #C2C2C2. Windows color (decimal): -6627937 or 10476954. OLE color: 10476954.

HSL color Cylindrical-coordinate representation of color #9ADD9F: hue angle of 124.48º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADD9F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB154221159-
CMYK0.3000.280.13
HSL124.48º49.63%73.53%-
HSV(B)124.48º30.32%86.67%-
XYZ45.4461.0942.2-
YUV193.9108.399.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=28.84%
G=41.39%
B=29.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211590.3000.280.13124.4849.6373.53
Hex9ADD9F1E01CD7c324a
Octal232335237360341517462112
Binary10011010110111011001111111110011100110111111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,159); }

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

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

 a { background-color: rgb(154,221,159); }

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

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

 span { border-color: rgb(154,221,159); }

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