#A5E1AA

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

Shades of Celadon #A5E1AA

Tints of Celadon #A5E1AA

Color information

#A5E1AA (or 0xA5E1AA) is unknown color: approx Celadon. HEX triplet: A5, E1 and AA. RGB value is (165,225,170). Sum of RGB (Red+Green+Blue) = 165+225+170=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1AA is #5A1E55. Grayscale: #C8C8C8. Windows color (decimal): -5906006 or 11198885. OLE color: 11198885.

HSL color Cylindrical-coordinate representation of color #A5E1AA: hue angle of 125º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1AA is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB165225170-
CMYK0.2700.240.12
HSL125º50%76.47%-
HSV(B)125º26.67%88.24%-
XYZ49.764.7547.91-
YUV200.79110.62102.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=29.46%
G=40.18%
B=30.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251700.2700.240.121255076.47
HexA5E1AA1B018C7d324c
Octal245341252330301417562114
Binary10100101111000011010101011011011000110011111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1AA; }

 p { color: rgb(165,225,170); }

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

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

 a { background-color: rgb(165,225,170); }

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

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

 span { border-color: rgb(165,225,170); }

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