#A0EBA5

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

Shades of Celadon #A0EBA5

Tints of Celadon #A0EBA5

Color information

#A0EBA5 (or 0xA0EBA5) is unknown color: approx Celadon. HEX triplet: A0, EB and A5. RGB value is (160,235,165). Sum of RGB (Red+Green+Blue) = 160+235+165=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBA5 is #5F145A. Grayscale: #CCCCCC. Windows color (decimal): -6231131 or 10873760. OLE color: 10873760.

HSL color Cylindrical-coordinate representation of color #A0EBA5: hue angle of 124º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB160235165-
CMYK0.3200.300.08
HSL124º65.22%77.45%-
HSV(B)124º31.91%92.16%-
XYZ5169.6146.34-
YUV204.6105.6596.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=28.57%
G=41.96%
B=29.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351650.3200.300.0812465.2277.45
HexA0EBA52001E87c414d
Octal2403532454003610174101115
Binary1010000011101011101001011000000111101000111110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBA5; }

 p { color: rgb(160,235,165); }

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

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

 a { background-color: rgb(160,235,165); }

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

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

 span { border-color: rgb(160,235,165); }

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