Html Css Color HEX #A0D7A1 Chinook

📋 copy color: '#A0D7A1'

red 160 ◦ green 215 ◦ blue 161

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

Shades of Chinook #A0D7A1

Tints of Chinook #A0D7A1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 29.85%
G = 40.11%
B = 30.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#A0D7A1 (or 0xA0D7A1) is known color: Chinook. HEX triplet: A0, D7 and A1. RGB value is (160,215,161). Sum of RGB (Red+Green+Blue) = 160+215+161=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D7A1 is #5F285E. Grayscale: #C0C0C0. Windows color (decimal): -6236255 or 10606496. OLE color: 10606496.

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

Color convert

RGB 160 215 161 -
CMYK 0.26 0 0.25 0.16
HSL 121.09º 0.41% 0.74% -
HSV(B) 121.09º 0.26% 0.84% -
XYZ 45.23 58.65 42.65 -
YUV 192.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 160 215 161 0.26 0 0.25 0.16 121.09 0.41 0.74
Hex A0 D7 A1 1A 0 19 10 79 29 4A
Octal 240 327 241 32 0 31 20 171 51 112
Binary 10100000 11010111 10100001 11010 0 11001 10000 1111001 101001 1001010

Color Harmonies of #A0D7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D7A1

Black with #A0D7A1

Text Example


Text Example

White with #A0D7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D7A1; }

 p { color: rgb(160,215,161); }

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

background-color css

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

 a { background-color: rgb(160,215,161); }

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

border-color css

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

 span { border-color: rgb(160,215,161); }

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