#9ADD9E

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

Shades of Chinook #9ADD9E

Tints of Chinook #9ADD9E

Color information

#9ADD9E (or 0x9ADD9E) is unknown color: approx Chinook. HEX triplet: 9A, DD and 9E. RGB value is (154,221,158). Sum of RGB (Red+Green+Blue) = 154+221+158=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD9E is #652261. Grayscale: #C1C1C1. Windows color (decimal): -6627938 or 10411418. OLE color: 10411418.

HSL color Cylindrical-coordinate representation of color #9ADD9E: hue angle of 123.58º 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 #9ADD9E is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB154221158-
CMYK0.3000.290.13
HSL123.58º49.63%73.53%-
HSV(B)123.58º30.32%86.67%-
XYZ45.3561.0541.74-
YUV193.78107.899.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=28.89%
G=41.46%
B=29.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211580.3000.290.13123.5849.6373.53
Hex9ADD9E1E01DD7c324a
Octal232335236360351517462112
Binary10011010110111011001111011110011101110111111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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