#9ADB9E

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

Shades of Chinook #9ADB9E

Tints of Chinook #9ADB9E

Color information

#9ADB9E (or 0x9ADB9E) is unknown color: approx Chinook. HEX triplet: 9A, DB and 9E. RGB value is (154,219,158). Sum of RGB (Red+Green+Blue) = 154+219+158=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9E is #652461. Grayscale: #C0C0C0. Windows color (decimal): -6628450 or 10410906. OLE color: 10410906.

HSL color Cylindrical-coordinate representation of color #9ADB9E: hue angle of 123.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADB9E is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB154219158-
CMYK0.3000.280.14
HSL123.69º47.45%73.14%-
HSV(B)123.69º29.68%85.88%-
XYZ44.836041.57-
YUV192.61108.47100.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=29.00%
G=41.24%
B=29.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191580.3000.280.14123.6947.4573.14
Hex9ADB9E1E01CE7c2f49
Octal232333236360341617457111
Binary10011010110110111001111011110011100111011111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,158); }

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

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

 a { background-color: rgb(154,219,158); }

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

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

 span { border-color: rgb(154,219,158); }

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