#A4E0A8

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

Shades of Celadon #A4E0A8

Tints of Celadon #A4E0A8

Color information

#A4E0A8 (or 0xA4E0A8) is unknown color: approx Celadon. HEX triplet: A4, E0 and A8. RGB value is (164,224,168). Sum of RGB (Red+Green+Blue) = 164+224+168=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E0A8 is #5B1F57. Grayscale: #C7C7C7. Windows color (decimal): -5971800 or 11067556. OLE color: 11067556.

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

Color convert

RGB164224168-
CMYK0.2700.250.12
HSL124º49.18%76.08%-
HSV(B)124º26.79%87.84%-
XYZ49.0364.0346.82-
YUV199.68110.12102.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=29.50%
G=40.29%
B=30.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241680.2700.250.1212449.1876.08
HexA4E0A81B019C7c314c
Octal244340250330311417461114
Binary10100100111000001010100011011011001110011111001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0A8; }

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

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

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

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

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

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

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

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