Html Css Color HEX #A0DBA9 Chinook

📋 copy color: '#A0DBA9'

red 160 ◦ green 219 ◦ blue 169

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

Shades of Chinook #A0DBA9

Tints of Chinook #A0DBA9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 169 (66.41% from 255) = 30.84%

R = 29.2%
G = 39.96%
B = 30.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#A0DBA9 (or 0xA0DBA9) is known color: Chinook. HEX triplet: A0, DB and A9. RGB value is (160,219,169). Sum of RGB (Red+Green+Blue) = 160+219+169=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA9 is #5F2456. Grayscale: #C3C3C3. Windows color (decimal): -6235223 or 11131808. OLE color: 11131808.

HSL color Cylindrical-coordinate representation of color #A0DBA9: hue angle of 129.15º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBA9 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 169 -
CMYK 0.27 0 0.23 0.14
HSL 129.15º 0.45% 0.74% -
HSV(B) 129.15º 0.27% 0.86% -
XYZ 46.99 61 46.83 -
YUV 195.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 160 219 169 0.27 0 0.23 0.14 129.15 0.45 0.74
Hex A0 DB A9 1B 0 17 E 81 2D 4A
Octal 240 333 251 33 0 27 16 201 55 112
Binary 10100000 11011011 10101001 11011 0 10111 1110 10000001 101101 1001010

Color Harmonies of #A0DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBA9

Black with #A0DBA9

Text Example


Text Example

White with #A0DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBA9; }

 p { color: rgb(160,219,169); }

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

background-color css

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

 a { background-color: rgb(160,219,169); }

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

border-color css

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

 span { border-color: rgb(160,219,169); }

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