#9AE9AD

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

Shades of Chinook #9AE9AD

Tints of Chinook #9AE9AD

Color information

#9AE9AD (or 0x9AE9AD) is unknown color: approx Chinook. HEX triplet: 9A, E9 and AD. RGB value is (154,233,173). Sum of RGB (Red+Green+Blue) = 154+233+173=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE9AD is #651652. Grayscale: #CACACA. Windows color (decimal): -6624851 or 11397530. OLE color: 11397530.

HSL color Cylindrical-coordinate representation of color #9AE9AD: hue angle of 134.43º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9AD is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB154233173-
CMYK0.3400.260.09
HSL134.43º64.23%75.88%-
HSV(B)134.43º33.91%91.37%-
XYZ50.0168.1650.06-
YUV202.54111.3393.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=27.5%
G=41.61%
B=30.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542331730.3400.260.09134.4364.2375.88
Hex9AE9AD2201A986404c
Octal2323512554203211206100114
Binary10011010111010011010110110001001101010011000011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,233,173); }

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

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

 a { background-color: rgb(154,233,173); }

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

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

 span { border-color: rgb(154,233,173); }

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