Html Css Color HEX #A0D8A7 Chinook

📋 copy color: '#A0D8A7'

red 160 ◦ green 216 ◦ blue 167

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

Shades of Chinook #A0D8A7

Tints of Chinook #A0D8A7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

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

R = 29.47%
G = 39.78%
B = 30.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#A0D8A7 (or 0xA0D8A7) is known color: Chinook. HEX triplet: A0, D8 and A7. RGB value is (160,216,167). Sum of RGB (Red+Green+Blue) = 160+216+167=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8A7 is #5F2758. Grayscale: #C1C1C1. Windows color (decimal): -6235993 or 10999968. OLE color: 10999968.

HSL color Cylindrical-coordinate representation of color #A0D8A7: hue angle of 127.5º degrees, saturation: 0.42, 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 #A0D8A7 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 167 -
CMYK 0.26 0 0.23 0.15
HSL 127.5º 0.42% 0.74% -
HSV(B) 127.5º 0.26% 0.85% -
XYZ 46.03 59.38 45.59 -
YUV 193.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 160 216 167 0.26 0 0.23 0.15 127.5 0.42 0.74
Hex A0 D8 A7 1A 0 17 F 80 2A 4A
Octal 240 330 247 32 0 27 17 200 52 112
Binary 10100000 11011000 10100111 11010 0 10111 1111 10000000 101010 1001010

Color Harmonies of #A0D8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D8A7

Black with #A0D8A7

Text Example


Text Example

White with #A0D8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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