#9AD7A8

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

Shades of Chinook #9AD7A8

Tints of Chinook #9AD7A8

Color information

#9AD7A8 (or 0x9AD7A8) is unknown color: approx Chinook. HEX triplet: 9A, D7 and A8. RGB value is (154,215,168). Sum of RGB (Red+Green+Blue) = 154+215+168=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD7A8 is #652857. Grayscale: #BFBFBF. Windows color (decimal): -6629464 or 11065242. OLE color: 11065242.

HSL color Cylindrical-coordinate representation of color #9AD7A8: hue angle of 133.77º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD7A8 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB154215168-
CMYK0.2800.220.16
HSL133.77º43.26%72.35%-
HSV(B)133.77º28.37%84.31%-
XYZ44.6958.345.94-
YUV191.4114.79101.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=28.68%
G=40.04%
B=31.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542151680.2800.220.16133.7743.2672.35
Hex9AD7A81C01610862b48
Octal232327250340262020653110
Binary1001101011010111101010001110001011010000100001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,215,168); }

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

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

 a { background-color: rgb(154,215,168); }

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

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

 span { border-color: rgb(154,215,168); }

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