#A3DCA7

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

Shades of Celadon #A3DCA7

Tints of Celadon #A3DCA7

Color information

#A3DCA7 (or 0xA3DCA7) is unknown color: approx Celadon. HEX triplet: A3, DC and A7. RGB value is (163,220,167). Sum of RGB (Red+Green+Blue) = 163+220+167=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCA7 is #5C2358. Grayscale: #C5C5C5. Windows color (decimal): -6038361 or 11000995. OLE color: 11000995.

HSL color Cylindrical-coordinate representation of color #A3DCA7: hue angle of 124.21º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCA7 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB163220167-
CMYK0.2600.240.14
HSL124.21º44.88%75.1%-
HSV(B)124.21º25.91%86.27%-
XYZ47.6761.7645.97-
YUV196.92111.12103.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=29.64%
G=40%
B=30.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632201670.2600.240.14124.2144.8875.1
HexA3DCA71A018E7c2d4b
Octal243334247320301617455113
Binary10100011110111001010011111010011000111011111001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCA7; }

 p { color: rgb(163,220,167); }

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

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

 a { background-color: rgb(163,220,167); }

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

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

 span { border-color: rgb(163,220,167); }

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