Html Css Color HEX #A4D8AC Chinook

📋 copy color: '#A4D8AC'

red 164 ◦ green 216 ◦ blue 172

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

Shades of Chinook #A4D8AC

Tints of Chinook #A4D8AC

RGB

 RED value IS 164 (64.45% from 255) = 29.71%

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

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

R = 29.71%
G = 39.13%
B = 31.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#A4D8AC (or 0xA4D8AC) is known color: Chinook. HEX triplet: A4, D8 and AC. RGB value is (164,216,172). Sum of RGB (Red+Green+Blue) = 164+216+172=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D8AC is #5B2753. Grayscale: #C3C3C3. Windows color (decimal): -5973844 or 11327652. OLE color: 11327652.

HSL color Cylindrical-coordinate representation of color #A4D8AC: hue angle of 129.23º degrees, saturation: 0.4, 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 #A4D8AC is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 216 172 -
CMYK 0.24 0 0.20 0.15
HSL 129.23º 0.4% 0.75% -
HSV(B) 129.23º 0.24% 0.85% -
XYZ 47.31 59.98 48.11 -
YUV 195.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 164 216 172 0.24 0 0.20 0.15 129.23 0.4 0.75
Hex A4 D8 AC 18 0 14 F 81 28 4B
Octal 244 330 254 30 0 24 17 201 50 113
Binary 10100100 11011000 10101100 11000 0 10100 1111 10000001 101000 1001011

Color Harmonies of #A4D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D8AC

Black with #A4D8AC

Text Example


Text Example

White with #A4D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D8AC; }

 p { color: rgb(164,216,172); }

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

background-color css

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

 a { background-color: rgb(164,216,172); }

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

border-color css

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

 span { border-color: rgb(164,216,172); }

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