#9AE7AA

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

Shades of Chinook #9AE7AA

Tints of Chinook #9AE7AA

Color information

#9AE7AA (or 0x9AE7AA) is unknown color: approx Chinook. HEX triplet: 9A, E7 and AA. RGB value is (154,231,170). Sum of RGB (Red+Green+Blue) = 154+231+170=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE7AA is #651855. Grayscale: #C9C9C9. Windows color (decimal): -6625366 or 11200410. OLE color: 11200410.

HSL color Cylindrical-coordinate representation of color #9AE7AA: hue angle of 132.47º 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 #9AE7AA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB154231170-
CMYK0.3300.260.09
HSL132.47º61.6%75.49%-
HSV(B)132.47º33.33%90.59%-
XYZ49.1666.9248.36-
YUV201.02110.4994.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=27.75%
G=41.62%
B=30.63%

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
Decimal1542311700.3300.260.09132.4761.675.49
Hex9AE7AA2101A9843e4b
Octal232347252410321120476113
Binary1001101011100111101010101000010110101001100001001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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