#A4DCAB

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

Shades of Celadon #A4DCAB

Tints of Celadon #A4DCAB

Color information

#A4DCAB (or 0xA4DCAB) is unknown color: approx Celadon. HEX triplet: A4, DC and AB. RGB value is (164,220,171). Sum of RGB (Red+Green+Blue) = 164+220+171=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DCAB is #5B2354. Grayscale: #C5C5C5. Windows color (decimal): -5972821 or 11263140. OLE color: 11263140.

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

Color convert

RGB164220171-
CMYK0.2500.220.14
HSL127.5º44.44%75.29%-
HSV(B)127.5º25.45%86.27%-
XYZ48.2562.0247.96-
YUV197.67112.95103.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=29.55%
G=39.64%
B=30.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201710.2500.220.14127.544.4475.29
HexA4DCAB19016E7f2c4b
Octal244334253310261617754113
Binary10100100110111001010101111001010110111011111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCAB; }

 p { color: rgb(164,220,171); }

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

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

 a { background-color: rgb(164,220,171); }

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

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

 span { border-color: rgb(164,220,171); }

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