#A4E2AC

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

Shades of Celadon #A4E2AC

Tints of Celadon #A4E2AC

Color information

#A4E2AC (or 0xA4E2AC) is unknown color: approx Celadon. HEX triplet: A4, E2 and AC. RGB value is (164,226,172). Sum of RGB (Red+Green+Blue) = 164+226+172=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E2AC is #5B1D53. Grayscale: #C9C9C9. Windows color (decimal): -5971284 or 11330212. OLE color: 11330212.

HSL color Cylindrical-coordinate representation of color #A4E2AC: hue angle of 127.74º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2AC is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB164226172-
CMYK0.2700.240.11
HSL127.74º51.67%76.47%-
HSV(B)127.74º27.43%88.63%-
XYZ49.9565.2648.99-
YUV201.31111.46101.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=29.18%
G=40.21%
B=30.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642261720.2700.240.11127.7451.6776.47
HexA4E2AC1B018B80344c
Octal244342254330301320064114
Binary101001001110001010101100110110110001011100000001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2AC; }

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

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

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

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

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

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

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

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