#A4E2AE

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

Shades of Celadon #A4E2AE

Tints of Celadon #A4E2AE

Color information

#A4E2AE (or 0xA4E2AE) is unknown color: approx Celadon. HEX triplet: A4, E2 and AE. RGB value is (164,226,174). Sum of RGB (Red+Green+Blue) = 164+226+174=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E2AE is #5B1D51. Grayscale: #C9C9C9. Windows color (decimal): -5971282 or 11461284. OLE color: 11461284.

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

Color convert

RGB164226174-
CMYK0.2700.230.11
HSL129.68º51.67%76.47%-
HSV(B)129.68º27.43%88.63%-
XYZ50.1565.3450.01-
YUV201.53112.46101.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=29.08%
G=40.07%
B=30.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642261740.2700.230.11129.6851.6776.47
HexA4E2AE1B017B82344c
Octal244342256330271320264114
Binary101001001110001010101110110110101111011100000101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2AE; }

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

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

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

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

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

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

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

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