Html Css Color HEX #A5D6AB Chinook

📋 copy color: '#A5D6AB'

red 165 ◦ green 214 ◦ blue 171

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

Shades of Chinook #A5D6AB

Tints of Chinook #A5D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

 BLUE value IS 171 (67.19% from 255) = 31.09%

R = 30%
G = 38.91%
B = 31.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A5D6AB (or 0xA5D6AB) is known color: Chinook. HEX triplet: A5, D6 and AB. RGB value is (165,214,171). Sum of RGB (Red+Green+Blue) = 165+214+171=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D6AB is #5A2954. Grayscale: #C2C2C2. Windows color (decimal): -5908821 or 11261605. OLE color: 11261605.

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

Color convert

RGB 165 214 171 -
CMYK 0.23 0 0.20 0.16
HSL 127.35º 0.37% 0.74% -
HSV(B) 127.35º 0.23% 0.84% -
XYZ 46.91 59.03 47.45 -
YUV 194.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 165 214 171 0.23 0 0.20 0.16 127.35 0.37 0.74
Hex A5 D6 AB 17 0 14 10 7F 25 4A
Octal 245 326 253 27 0 24 20 177 45 112
Binary 10100101 11010110 10101011 10111 0 10100 10000 1111111 100101 1001010

Color Harmonies of #A5D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6AB

Black with #A5D6AB

Text Example


Text Example

White with #A5D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6AB; }

 p { color: rgb(165,214,171); }

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

background-color css

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

 a { background-color: rgb(165,214,171); }

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

border-color css

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

 span { border-color: rgb(165,214,171); }

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