#A5D8AA

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

Shades of Celadon #A5D8AA

Tints of Celadon #A5D8AA

Color information

#A5D8AA (or 0xA5D8AA) is unknown color: approx Celadon. HEX triplet: A5, D8 and AA. RGB value is (165,216,170). Sum of RGB (Red+Green+Blue) = 165+216+170=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D8AA is #5A2755. Grayscale: #C3C3C3. Windows color (decimal): -5908310 or 11196581. OLE color: 11196581.

HSL color Cylindrical-coordinate representation of color #A5D8AA: hue angle of 125.88º degrees, saturation: 0.4, 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 #A5D8AA is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB165216170-
CMYK0.2400.210.15
HSL125.88º39.53%74.71%-
HSV(B)125.88º23.61%84.71%-
XYZ47.3360.0147.12-
YUV195.51113.6106.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=29.95%
G=39.20%
B=30.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161700.2400.210.15125.8839.5374.71
HexA5D8AA18015F7e284b
Octal245330252300251717650113
Binary10100101110110001010101011000010101111111111101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D8AA; }

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

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

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

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

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

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

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

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