Html Css Color HEX #A0D5AA Chinook

📋 copy color: '#A0D5AA'

red 160 ◦ green 213 ◦ blue 170

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

Shades of Chinook #A0D5AA

Tints of Chinook #A0D5AA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.23%

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

R = 29.47%
G = 39.23%
B = 31.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A0D5AA (or 0xA0D5AA) is known color: Chinook. HEX triplet: A0, D5 and AA. RGB value is (160,213,170). Sum of RGB (Red+Green+Blue) = 160+213+170=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D5AA is #5F2A55. Grayscale: #C0C0C0. Windows color (decimal): -6236758 or 11195808. OLE color: 11195808.

HSL color Cylindrical-coordinate representation of color #A0D5AA: hue angle of 131.32º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5AA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 170 -
CMYK 0.25 0 0.20 0.16
HSL 131.32º 0.39% 0.73% -
HSV(B) 131.32º 0.25% 0.84% -
XYZ 45.55 57.96 46.82 -
YUV 192.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 160 213 170 0.25 0 0.20 0.16 131.32 0.39 0.73
Hex A0 D5 AA 19 0 14 10 83 27 49
Octal 240 325 252 31 0 24 20 203 47 111
Binary 10100000 11010101 10101010 11001 0 10100 10000 10000011 100111 1001001

Color Harmonies of #A0D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D5AA

Black with #A0D5AA

Text Example


Text Example

White with #A0D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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