#9AE7AB

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

Shades of Chinook #9AE7AB

Tints of Chinook #9AE7AB

Color information

#9AE7AB (or 0x9AE7AB) is unknown color: approx Chinook. HEX triplet: 9A, E7 and AB. RGB value is (154,231,171). Sum of RGB (Red+Green+Blue) = 154+231+171=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE7AB is #651854. Grayscale: #C9C9C9. Windows color (decimal): -6625365 or 11265946. OLE color: 11265946.

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

Color convert

RGB154231171-
CMYK0.3300.260.09
HSL133.25º61.6%75.49%-
HSV(B)133.25º33.33%90.59%-
XYZ49.2566.9648.86-
YUV201.14110.9994.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=27.70%
G=41.55%
B=30.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542311710.3300.260.09133.2561.675.49
Hex9AE7AB2101A9853e4b
Octal232347253410321120576113
Binary1001101011100111101010111000010110101001100001011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,231,171); }

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

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

 a { background-color: rgb(154,231,171); }

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

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

 span { border-color: rgb(154,231,171); }

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