#A4E2AA

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

Shades of Celadon #A4E2AA

Tints of Celadon #A4E2AA

Color information

#A4E2AA (or 0xA4E2AA) is unknown color: approx Celadon. HEX triplet: A4, E2 and AA. RGB value is (164,226,170). Sum of RGB (Red+Green+Blue) = 164+226+170=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E2AA is #5B1D55. Grayscale: #C9C9C9. Windows color (decimal): -5971286 or 11199140. OLE color: 11199140.

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

Color convert

RGB164226170-
CMYK0.2700.250.11
HSL125.81º51.67%76.47%-
HSV(B)125.81º27.43%88.63%-
XYZ49.7665.1947.99-
YUV201.08110.46101.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.29%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=29.29%
G=40.36%
B=30.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642261700.2700.250.11125.8151.6776.47
HexA4E2AA1B019B7e344c
Octal244342252330311317664114
Binary10100100111000101010101011011011001101111111101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2AA; }

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

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

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

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

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

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

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

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