#A4DEAC

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

Shades of Celadon #A4DEAC

Tints of Celadon #A4DEAC

Color information

#A4DEAC (or 0xA4DEAC) is unknown color: approx Celadon. HEX triplet: A4, DE and AC. RGB value is (164,222,172). Sum of RGB (Red+Green+Blue) = 164+222+172=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DEAC is #5B2153. Grayscale: #C7C7C7. Windows color (decimal): -5972308 or 11329188. OLE color: 11329188.

HSL color Cylindrical-coordinate representation of color #A4DEAC: hue angle of 128.28º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DEAC is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB164222172-
CMYK0.2600.230.13
HSL128.28º46.77%75.69%-
HSV(B)128.28º26.13%87.06%-
XYZ48.8863.1148.64-
YUV198.96112.78103.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=29.39%
G=39.78%
B=30.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221720.2600.230.13128.2846.7775.69
HexA4DEAC1A017D802f4c
Octal244336254320271520057114
Binary101001001101111010101100110100101111101100000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEAC; }

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

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

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

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

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

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

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

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