#A0D09F

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

Shades of Chinook #A0D09F

Tints of Chinook #A0D09F

Color information

#A0D09F (or 0xA0D09F) is unknown color: approx Chinook. HEX triplet: A0, D0 and 9F. RGB value is (160,208,159). Sum of RGB (Red+Green+Blue) = 160+208+159=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D09F is #5F2F60. Grayscale: #BCBCBC. Windows color (decimal): -6238049 or 10473632. OLE color: 10473632.

HSL color Cylindrical-coordinate representation of color #A0D09F: hue angle of 118.78º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D09F is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB160208159-
CMYK0.2300.240.18
HSL118.78º34.27%71.96%-
HSV(B)118.78º23.56%81.57%-
XYZ43.3155.0941.15-
YUV188.06111.6107.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=30.36%
G=39.47%
B=30.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602081590.2300.240.18118.7834.2771.96
HexA0D09F1701812772248
Octal240320237270302216742110
Binary101000001101000010011111101110110001001011101111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D09F; }

 p { color: rgb(160,208,159); }

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

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

 a { background-color: rgb(160,208,159); }

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

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

 span { border-color: rgb(160,208,159); }

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