#9AE7AF

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

Shades of Chinook #9AE7AF

Tints of Chinook #9AE7AF

Color information

#9AE7AF (or 0x9AE7AF) is unknown color: approx Chinook. HEX triplet: 9A, E7 and AF. RGB value is (154,231,175). Sum of RGB (Red+Green+Blue) = 154+231+175=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE7AF is #651850. Grayscale: #C9C9C9. Windows color (decimal): -6625361 or 11528090. OLE color: 11528090.

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

Color convert

RGB154231175-
CMYK0.3300.240.09
HSL136.36º61.6%75.49%-
HSV(B)136.36º33.33%90.59%-
XYZ49.6467.1250.9-
YUV201.59112.9994.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 231 (90.62% from 255) = 41.25%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=27.5%
G=41.25%
B=31.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542311750.3300.240.09136.3661.675.49
Hex9AE7AF210189883e4b
Octal232347257410301121076113
Binary1001101011100111101011111000010110001001100010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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