#A3D4A4

Color #A3D4A4 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A3D4A4

Tints of Chinook #A3D4A4

Color information

#A3D4A4 (or 0xA3D4A4) is unknown color: approx Chinook. HEX triplet: A3, D4 and A4. RGB value is (163,212,164). Sum of RGB (Red+Green+Blue) = 163+212+164=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D4A4 is #5C2B5B. Grayscale: #C0C0C0. Windows color (decimal): -6040412 or 10802339. OLE color: 10802339.

HSL color Cylindrical-coordinate representation of color #A3D4A4: hue angle of 121.22º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D4A4 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB163212164-
CMYK0.2300.230.17
HSL121.22º36.3%73.53%-
HSV(B)121.22º23.11%83.14%-
XYZ45.3557.5543.84-
YUV191.88112.27107.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=30.24%
G=39.33%
B=30.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632121640.2300.230.17121.2236.373.53
HexA3D4A4170171179244a
Octal243324244270272117144112
Binary101000111101010010100100101110101111000111110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D4A4; }

 p { color: rgb(163,212,164); }

 H1.HeaderClassName
 {
   color: #A3D4A4;
 }
 .AnyTagClassName
 {
   color: #A3D4A4;
 }
</style>
background-color css

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

 a { background-color: rgb(163,212,164); }

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

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

 span { border-color: rgb(163,212,164); }

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