#A5DEAC

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

Shades of Celadon #A5DEAC

Tints of Celadon #A5DEAC

Color information

#A5DEAC (or 0xA5DEAC) is unknown color: approx Celadon. HEX triplet: A5, DE and AC. RGB value is (165,222,172). Sum of RGB (Red+Green+Blue) = 165+222+172=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DEAC is #5A2153. Grayscale: #C7C7C7. Windows color (decimal): -5906772 or 11329189. OLE color: 11329189.

HSL color Cylindrical-coordinate representation of color #A5DEAC: hue angle of 127.37º degrees, saturation: 0.46, 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 #A5DEAC is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB165222172-
CMYK0.2600.230.13
HSL127.37º46.34%75.88%-
HSV(B)127.37º25.68%87.06%-
XYZ49.0863.2248.65-
YUV199.26112.62103.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=29.52%
G=39.71%
B=30.77%

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
Decimal1652221720.2600.230.13127.3746.3475.88
HexA5DEAC1A017D7f2e4c
Octal245336254320271517756114
Binary10100101110111101010110011010010111110111111111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEAC; }

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

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

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

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

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

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

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

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