#A5DAAA

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

Shades of Celadon #A5DAAA

Tints of Celadon #A5DAAA

Color information

#A5DAAA (or 0xA5DAAA) is unknown color: approx Celadon. HEX triplet: A5, DA and AA. RGB value is (165,218,170). Sum of RGB (Red+Green+Blue) = 165+218+170=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAAA is #5A2555. Grayscale: #C4C4C4. Windows color (decimal): -5907798 or 11197093. OLE color: 11197093.

HSL color Cylindrical-coordinate representation of color #A5DAAA: hue angle of 125.66º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAAA is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB165218170-
CMYK0.2400.220.15
HSL125.66º41.73%75.1%-
HSV(B)125.66º24.31%85.49%-
XYZ47.8461.0447.29-
YUV196.68112.94105.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=29.84%
G=39.42%
B=30.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181700.2400.220.15125.6641.7375.1
HexA5DAAA18016F7e2a4b
Octal245332252300261717652113
Binary10100101110110101010101011000010110111111111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAAA; }

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

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

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

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

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

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

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

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