#9ADBA1

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

Shades of Chinook #9ADBA1

Tints of Chinook #9ADBA1

Color information

#9ADBA1 (or 0x9ADBA1) is unknown color: approx Chinook. HEX triplet: 9A, DB and A1. RGB value is (154,219,161). Sum of RGB (Red+Green+Blue) = 154+219+161=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA1 is #65245E. Grayscale: #C1C1C1. Windows color (decimal): -6628447 or 10607514. OLE color: 10607514.

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

Color convert

RGB154219161-
CMYK0.3000.260.14
HSL126.46º47.45%73.14%-
HSV(B)126.46º29.68%85.88%-
XYZ45.0960.1142.94-
YUV192.95109.97100.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=28.84%
G=41.01%
B=30.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191610.3000.260.14126.4647.4573.14
Hex9ADBA11E01AE7e2f49
Octal232333241360321617657111
Binary10011010110110111010000111110011010111011111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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