#9AE0AE

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

Shades of Chinook #9AE0AE

Tints of Chinook #9AE0AE

Color information

#9AE0AE (or 0x9AE0AE) is unknown color: approx Chinook. HEX triplet: 9A, E0 and AE. RGB value is (154,224,174). Sum of RGB (Red+Green+Blue) = 154+224+174=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE0AE is #651F51. Grayscale: #C5C5C5. Windows color (decimal): -6627154 or 11460762. OLE color: 11460762.

HSL color Cylindrical-coordinate representation of color #9AE0AE: hue angle of 137.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0AE is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB154224174-
CMYK0.3100.220.12
HSL137.14º53.03%74.12%-
HSV(B)137.14º31.25%87.84%-
XYZ47.6263.2449.74-
YUV197.37114.8197.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=27.90%
G=40.58%
B=31.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542241740.3100.220.12137.1453.0374.12
Hex9AE0AE1F016C89354a
Octal232340256370261421165112
Binary100110101110000010101110111110101101100100010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,174); }

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

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

 a { background-color: rgb(154,224,174); }

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

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

 span { border-color: rgb(154,224,174); }

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