#A0E8A9

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

Shades of Celadon #A0E8A9

Tints of Celadon #A0E8A9

Color information

#A0E8A9 (or 0xA0E8A9) is unknown color: approx Celadon. HEX triplet: A0, E8 and A9. RGB value is (160,232,169). Sum of RGB (Red+Green+Blue) = 160+232+169=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E8A9 is #5F1756. Grayscale: #CBCBCB. Windows color (decimal): -6231895 or 11135136. OLE color: 11135136.

HSL color Cylindrical-coordinate representation of color #A0E8A9: hue angle of 127.5º degrees, saturation: 0.61, 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 #A0E8A9 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB160232169-
CMYK0.3100.270.09
HSL127.5º61.02%76.86%-
HSV(B)127.5º31.03%90.98%-
XYZ50.5268.0548.01-
YUV203.29108.6597.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=28.52%
G=41.35%
B=30.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321690.3100.270.09127.561.0276.86
HexA0E8A91F01B97f3d4d
Octal240350251370331117775115
Binary10100000111010001010100111111011011100111111111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E8A9; }

 p { color: rgb(160,232,169); }

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

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

 a { background-color: rgb(160,232,169); }

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

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

 span { border-color: rgb(160,232,169); }

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