Html Css Color HEX #A5D9AC Chinook

📋 copy color: '#A5D9AC'

red 165 ◦ green 217 ◦ blue 172

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

Shades of Chinook #A5D9AC

Tints of Chinook #A5D9AC

RGB

 RED value IS 165 (64.84% from 255) = 29.78%

 GREEN value IS 217 (85.16% from 255) = 39.17%

 BLUE value IS 172 (67.58% from 255) = 31.05%

R = 29.78%
G = 39.17%
B = 31.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#A5D9AC (or 0xA5D9AC) is known color: Chinook. HEX triplet: A5, D9 and AC. RGB value is (165,217,172). Sum of RGB (Red+Green+Blue) = 165+217+172=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D9AC is #5A2653. Grayscale: #C4C4C4. Windows color (decimal): -5908052 or 11327909. OLE color: 11327909.

HSL color Cylindrical-coordinate representation of color #A5D9AC: hue angle of 128.08º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D9AC is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 172 -
CMYK 0.24 0 0.21 0.15
HSL 128.08º 0.41% 0.75% -
HSV(B) 128.08º 0.24% 0.85% -
XYZ 47.78 60.6 48.21 -
YUV 196.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 165 217 172 0.24 0 0.21 0.15 128.08 0.41 0.75
Hex A5 D9 AC 18 0 15 F 80 29 4B
Octal 245 331 254 30 0 25 17 200 51 113
Binary 10100101 11011001 10101100 11000 0 10101 1111 10000000 101001 1001011

Color Harmonies of #A5D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D9AC

Black with #A5D9AC

Text Example


Text Example

White with #A5D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D9AC; }

 p { color: rgb(165,217,172); }

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

background-color css

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

 a { background-color: rgb(165,217,172); }

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

border-color css

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

 span { border-color: rgb(165,217,172); }

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