#9ADB9F

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

Shades of Chinook #9ADB9F

Tints of Chinook #9ADB9F

Color information

#9ADB9F (or 0x9ADB9F) is unknown color: approx Chinook. HEX triplet: 9A, DB and 9F. RGB value is (154,219,159). Sum of RGB (Red+Green+Blue) = 154+219+159=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB9F is #652460. Grayscale: #C0C0C0. Windows color (decimal): -6628449 or 10476442. OLE color: 10476442.

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

Color convert

RGB154219159-
CMYK0.3000.270.14
HSL124.62º47.45%73.14%-
HSV(B)124.62º29.68%85.88%-
XYZ44.9260.0442.02-
YUV192.72108.97100.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=28.95%
G=41.17%
B=29.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191590.3000.270.14124.6247.4573.14
Hex9ADB9F1E01BE7d2f49
Octal232333237360331617557111
Binary10011010110110111001111111110011011111011111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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