#A4E1AE

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

Shades of Celadon #A4E1AE

Tints of Celadon #A4E1AE

Color information

#A4E1AE (or 0xA4E1AE) is unknown color: approx Celadon. HEX triplet: A4, E1 and AE. RGB value is (164,225,174). Sum of RGB (Red+Green+Blue) = 164+225+174=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E1AE is #5B1E51. Grayscale: #C9C9C9. Windows color (decimal): -5971538 or 11461028. OLE color: 11461028.

HSL color Cylindrical-coordinate representation of color #A4E1AE: hue angle of 129.84º 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 #A4E1AE is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB164225174-
CMYK0.2700.230.12
HSL129.84º50.41%76.27%-
HSV(B)129.84º27.11%88.24%-
XYZ49.8864.849.92-
YUV200.95112.79101.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=29.13%
G=39.96%
B=30.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642251740.2700.230.12129.8450.4176.27
HexA4E1AE1B017C82324c
Octal244341256330271420262114
Binary101001001110000110101110110110101111100100000101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1AE; }

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

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

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

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

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

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

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

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