#A4E5AC

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

Shades of Celadon #A4E5AC

Tints of Celadon #A4E5AC

Color information

#A4E5AC (or 0xA4E5AC) is unknown color: approx Celadon. HEX triplet: A4, E5 and AC. RGB value is (164,229,172). Sum of RGB (Red+Green+Blue) = 164+229+172=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E5AC is #5B1A53. Grayscale: #CBCBCB. Windows color (decimal): -5970516 or 11330980. OLE color: 11330980.

HSL color Cylindrical-coordinate representation of color #A4E5AC: hue angle of 127.38º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5AC is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB164229172-
CMYK0.2800.250.10
HSL127.38º55.56%77.06%-
HSV(B)127.38º28.38%89.8%-
XYZ50.7866.9149.27-
YUV203.07110.47100.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=29.03%
G=40.53%
B=30.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642291720.2800.250.10127.3855.5677.06
HexA4E5AC1C019A7f384d
Octal244345254340311217770115
Binary10100100111001011010110011100011001101011111111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5AC; }

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

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

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

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

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

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

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

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