#A9DBAC

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

Shades of Celadon #A9DBAC

Tints of Celadon #A9DBAC

Color information

#A9DBAC (or 0xA9DBAC) is unknown color: approx Celadon. HEX triplet: A9, DB and AC. RGB value is (169,219,172). Sum of RGB (Red+Green+Blue) = 169+219+172=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBAC is #562453. Grayscale: #C6C6C6. Windows color (decimal): -5645396 or 11328425. OLE color: 11328425.

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

Color convert

RGB169219172-
CMYK0.2300.210.14
HSL123.6º40.98%76.08%-
HSV(B)123.6º22.83%85.88%-
XYZ49.1462.0848.42-
YUV198.69112.94106.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=30.18%
G=39.11%
B=30.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191720.2300.210.14123.640.9876.08
HexA9DBAC17015E7c294c
Octal251333254270251617451114
Binary10101001110110111010110010111010101111011111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBAC; }

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

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

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

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

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

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

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

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