#A4E0AD

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

Shades of Celadon #A4E0AD

Tints of Celadon #A4E0AD

Color information

#A4E0AD (or 0xA4E0AD) is unknown color: approx Celadon. HEX triplet: A4, E0 and AD. RGB value is (164,224,173). Sum of RGB (Red+Green+Blue) = 164+224+173=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E0AD is #5B1F52. Grayscale: #C8C8C8. Windows color (decimal): -5971795 or 11395236. OLE color: 11395236.

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

Color convert

RGB164224173-
CMYK0.2700.230.12
HSL129º49.18%76.08%-
HSV(B)129º26.79%87.84%-
XYZ49.5164.2249.32-
YUV200.25112.62102.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.23%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=29.23%
G=39.93%
B=30.84%

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
Decimal1642241730.2700.230.1212949.1876.08
HexA4E0AD1B017C81314c
Octal244340255330271420161114
Binary101001001110000010101101110110101111100100000011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0AD; }

 p { color: rgb(164,224,173); }

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

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

 a { background-color: rgb(164,224,173); }

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

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

 span { border-color: rgb(164,224,173); }

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