#A0E5AA

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

Shades of Celadon #A0E5AA

Tints of Celadon #A0E5AA

Color information

#A0E5AA (or 0xA0E5AA) is unknown color: approx Celadon. HEX triplet: A0, E5 and AA. RGB value is (160,229,170). Sum of RGB (Red+Green+Blue) = 160+229+170=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E5AA is #5F1A55. Grayscale: #C9C9C9. Windows color (decimal): -6232662 or 11199904. OLE color: 11199904.

HSL color Cylindrical-coordinate representation of color #A0E5AA: hue angle of 128.7º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5AA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB160229170-
CMYK0.3000.260.10
HSL128.7º57.02%76.27%-
HSV(B)128.7º30.13%89.8%-
XYZ49.7766.4148.23-
YUV201.64110.1498.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=28.62%
G=40.97%
B=30.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602291700.3000.260.10128.757.0276.27
HexA0E5AA1E01AA81394c
Octal240345252360321220171114
Binary101000001110010110101010111100110101010100000011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E5AA; }

 p { color: rgb(160,229,170); }

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

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

 a { background-color: rgb(160,229,170); }

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

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

 span { border-color: rgb(160,229,170); }

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