#A0E9A5

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

Shades of Celadon #A0E9A5

Tints of Celadon #A0E9A5

Color information

#A0E9A5 (or 0xA0E9A5) is unknown color: approx Celadon. HEX triplet: A0, E9 and A5. RGB value is (160,233,165). Sum of RGB (Red+Green+Blue) = 160+233+165=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9A5 is #5F165A. Grayscale: #CBCBCB. Windows color (decimal): -6231643 or 10873248. OLE color: 10873248.

HSL color Cylindrical-coordinate representation of color #A0E9A5: hue angle of 124.11º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9A5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB160233165-
CMYK0.3100.290.09
HSL124.11º62.39%77.06%-
HSV(B)124.11º31.33%91.37%-
XYZ50.4368.4746.16-
YUV203.42106.3297.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 233 (91.41% from 255) = 41.76%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=28.67%
G=41.76%
B=29.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602331650.3100.290.09124.1162.3977.06
HexA0E9A51F01D97c3e4d
Octal240351245370351117476115
Binary10100000111010011010010111111011101100111111001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9A5; }

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

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

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

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

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

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

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

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