#A4E1B0

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

Shades of Celadon #A4E1B0

Tints of Celadon #A4E1B0

Color information

#A4E1B0 (or 0xA4E1B0) is unknown color: approx Celadon. HEX triplet: A4, E1 and B0. RGB value is (164,225,176). Sum of RGB (Red+Green+Blue) = 164+225+176=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E1B0 is #5B1E4F. Grayscale: #C9C9C9. Windows color (decimal): -5971536 or 11592100. OLE color: 11592100.

HSL color Cylindrical-coordinate representation of color #A4E1B0: hue angle of 131.8º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1B0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB164225176-
CMYK0.2700.220.12
HSL131.8º50.41%76.27%-
HSV(B)131.8º27.11%88.24%-
XYZ50.0764.8850.96-
YUV201.18113.79101.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=29.03%
G=39.82%
B=31.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642251760.2700.220.12131.850.4176.27
HexA4E1B01B016C84324c
Octal244341260330261420462114
Binary101001001110000110110000110110101101100100001001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1B0; }

 p { color: rgb(164,225,176); }

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

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

 a { background-color: rgb(164,225,176); }

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

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

 span { border-color: rgb(164,225,176); }

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