Html Css Color HEX #A0D9AA Chinook

📋 copy color: '#A0D9AA'

red 160 ◦ green 217 ◦ blue 170

#A0D9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A0D9AA

Tints of Chinook #A0D9AA

RGB

 RED value IS 160 (62.89% from 255) = 29.25%

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 29.25%
G = 39.67%
B = 31.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#A0D9AA (or 0xA0D9AA) is known color: Chinook. HEX triplet: A0, D9 and AA. RGB value is (160,217,170). Sum of RGB (Red+Green+Blue) = 160+217+170=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9AA is #5F2655. Grayscale: #C2C2C2. Windows color (decimal): -6235734 or 11196832. OLE color: 11196832.

HSL color Cylindrical-coordinate representation of color #A0D9AA: hue angle of 130.53º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9AA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 170 -
CMYK 0.26 0 0.22 0.15
HSL 130.53º 0.43% 0.74% -
HSV(B) 130.53º 0.26% 0.85% -
XYZ 46.57 60 47.16 -
YUV 194.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 160 217 170 0.26 0 0.22 0.15 130.53 0.43 0.74
Hex A0 D9 AA 1A 0 16 F 83 2B 4A
Octal 240 331 252 32 0 26 17 203 53 112
Binary 10100000 11011001 10101010 11010 0 10110 1111 10000011 101011 1001010

Color Harmonies of #A0D9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9AA

Black with #A0D9AA

Text Example


Text Example

White with #A0D9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9AA; }

 p { color: rgb(160,217,170); }

 H1.HeaderClassName
 {
   color: #A0D9AA;
 }
 .AnyTagClassName
 {
   color: #A0D9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,217,170); }

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

border-color css

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

 span { border-color: rgb(160,217,170); }

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