Html Css Color HEX #A0DDA7 Chinook

📋 copy color: '#A0DDA7'

red 160 ◦ green 221 ◦ blue 167

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

Shades of Chinook #A0DDA7

Tints of Chinook #A0DDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 29.2%
G = 40.33%
B = 30.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#A0DDA7 (or 0xA0DDA7) is known color: Chinook. HEX triplet: A0, DD and A7. RGB value is (160,221,167). Sum of RGB (Red+Green+Blue) = 160+221+167=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DDA7 is #5F2258. Grayscale: #C4C4C4. Windows color (decimal): -6234713 or 11001248. OLE color: 11001248.

HSL color Cylindrical-coordinate representation of color #A0DDA7: hue angle of 126.89º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDA7 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 167 -
CMYK 0.28 0 0.24 0.13
HSL 126.89º 0.47% 0.75% -
HSV(B) 126.89º 0.28% 0.87% -
XYZ 47.33 61.98 46.03 -
YUV 196.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 160 221 167 0.28 0 0.24 0.13 126.89 0.47 0.75
Hex A0 DD A7 1C 0 18 D 7F 2F 4B
Octal 240 335 247 34 0 30 15 177 57 113
Binary 10100000 11011101 10100111 11100 0 11000 1101 1111111 101111 1001011

Color Harmonies of #A0DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDA7

Black with #A0DDA7

Text Example


Text Example

White with #A0DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDA7; }

 p { color: rgb(160,221,167); }

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

background-color css

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

 a { background-color: rgb(160,221,167); }

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

border-color css

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

 span { border-color: rgb(160,221,167); }

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