Html Css Color HEX #A0D5AE Chinook

📋 copy color: '#A0D5AE'

red 160 ◦ green 213 ◦ blue 174

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

Shades of Chinook #A0D5AE

Tints of Chinook #A0D5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 29.25%
G = 38.94%
B = 31.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A0D5AE (or 0xA0D5AE) is known color: Chinook. HEX triplet: A0, D5 and AE. RGB value is (160,213,174). Sum of RGB (Red+Green+Blue) = 160+213+174=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D5AE is #5F2A51. Grayscale: #C0C0C0. Windows color (decimal): -6236754 or 11457952. OLE color: 11457952.

HSL color Cylindrical-coordinate representation of color #A0D5AE: hue angle of 135.85º 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 #A0D5AE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 174 -
CMYK 0.25 0 0.18 0.16
HSL 135.85º 0.39% 0.73% -
HSV(B) 135.85º 0.25% 0.84% -
XYZ 45.93 58.12 48.84 -
YUV 192.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 160 213 174 0.25 0 0.18 0.16 135.85 0.39 0.73
Hex A0 D5 AE 19 0 12 10 88 27 49
Octal 240 325 256 31 0 22 20 210 47 111
Binary 10100000 11010101 10101110 11001 0 10010 10000 10001000 100111 1001001

Color Harmonies of #A0D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D5AE

Black with #A0D5AE

Text Example


Text Example

White with #A0D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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