#A4E5B3

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

Shades of Celadon #A4E5B3

Tints of Celadon #A4E5B3

Color information

#A4E5B3 (or 0xA4E5B3) is unknown color: approx Celadon. HEX triplet: A4, E5 and B3. RGB value is (164,229,179). Sum of RGB (Red+Green+Blue) = 164+229+179=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5B3 is #5B1A4C. Grayscale: #CBCBCB. Windows color (decimal): -5970509 or 11789732. OLE color: 11789732.

HSL color Cylindrical-coordinate representation of color #A4E5B3: hue angle of 133.85º 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 #A4E5B3 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB164229179-
CMYK0.2800.220.10
HSL133.85º55.56%77.06%-
HSV(B)133.85º28.38%89.8%-
XYZ51.4767.1952.9-
YUV203.86113.9799.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=28.67%
G=40.03%
B=31.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642291790.2800.220.10133.8555.5677.06
HexA4E5B31C016A86384d
Octal244345263340261220670115
Binary101001001110010110110011111000101101010100001101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5B3; }

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

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

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

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

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

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

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

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