#A0E5AC

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

Shades of Celadon #A0E5AC

Tints of Celadon #A0E5AC

Color information

#A0E5AC (or 0xA0E5AC) is unknown color: approx Celadon. HEX triplet: A0, E5 and AC. RGB value is (160,229,172). Sum of RGB (Red+Green+Blue) = 160+229+172=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E5AC is #5F1A53. Grayscale: #CACACA. Windows color (decimal): -6232660 or 11330976. OLE color: 11330976.

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

Color convert

RGB160229172-
CMYK0.3000.250.10
HSL130.43º57.02%76.27%-
HSV(B)130.43º30.13%89.8%-
XYZ49.9666.4949.23-
YUV201.87111.1498.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=28.52%
G=40.82%
B=30.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602291720.3000.250.10130.4357.0276.27
HexA0E5AC1E019A82394c
Octal240345254360311220271114
Binary101000001110010110101100111100110011010100000101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E5AC; }

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

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

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

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

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

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

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

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