#A5DBAC

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

Shades of Celadon #A5DBAC

Tints of Celadon #A5DBAC

Color information

#A5DBAC (or 0xA5DBAC) is unknown color: approx Celadon. HEX triplet: A5, DB and AC. RGB value is (165,219,172). Sum of RGB (Red+Green+Blue) = 165+219+172=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBAC is #5A2453. Grayscale: #C5C5C5. Windows color (decimal): -5907540 or 11328421. OLE color: 11328421.

HSL color Cylindrical-coordinate representation of color #A5DBAC: hue angle of 127.78º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBAC is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB165219172-
CMYK0.2500.210.14
HSL127.78º42.86%75.29%-
HSV(B)127.78º24.66%85.88%-
XYZ48.2961.6448.38-
YUV197.5113.61104.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=29.68%
G=39.39%
B=30.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191720.2500.210.14127.7842.8675.29
HexA5DBAC19015E802b4b
Octal245333254310251620053113
Binary101001011101101110101100110010101011110100000001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBAC; }

 p { color: rgb(165,219,172); }

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

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

 a { background-color: rgb(165,219,172); }

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

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

 span { border-color: rgb(165,219,172); }

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