#A4EAAC

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

Shades of Celadon #A4EAAC

Tints of Celadon #A4EAAC

Color information

#A4EAAC (or 0xA4EAAC) is unknown color: approx Celadon. HEX triplet: A4, EA and AC. RGB value is (164,234,172). Sum of RGB (Red+Green+Blue) = 164+234+172=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EAAC is #5B1553. Grayscale: #CECECE. Windows color (decimal): -5969236 or 11332260. OLE color: 11332260.

HSL color Cylindrical-coordinate representation of color #A4EAAC: hue angle of 126.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAAC is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB164234172-
CMYK0.3000.260.08
HSL126.86º62.5%78.04%-
HSV(B)126.86º29.91%91.76%-
XYZ52.1869.7249.74-
YUV206108.8198.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=28.77%
G=41.05%
B=30.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642341720.3000.260.08126.8662.578.04
HexA4EAAC1E01A87f3e4e
Octal244352254360321017776116
Binary10100100111010101010110011110011010100011111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAAC; }

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

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

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

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

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

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

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

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