#A7D6AC

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

Shades of Celadon #A7D6AC

Tints of Celadon #A7D6AC

Color information

#A7D6AC (or 0xA7D6AC) is unknown color: approx Celadon. HEX triplet: A7, D6 and AC. RGB value is (167,214,172). Sum of RGB (Red+Green+Blue) = 167+214+172=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D6AC is #582953. Grayscale: #C3C3C3. Windows color (decimal): -5777748 or 11327143. OLE color: 11327143.

HSL color Cylindrical-coordinate representation of color #A7D6AC: hue angle of 126.38º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D6AC is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB167214172-
CMYK0.2200.200.16
HSL126.38º36.43%74.71%-
HSV(B)126.38º21.96%83.92%-
XYZ47.4359.2947.97-
YUV195.16114.93107.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.20%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=30.20%
G=38.70%
B=31.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141720.2200.200.16126.3836.4374.71
HexA7D6AC16014107e244b
Octal247326254260242017644113
Binary101001111101011010101100101100101001000011111101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D6AC; }

 p { color: rgb(167,214,172); }

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

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

 a { background-color: rgb(167,214,172); }

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

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

 span { border-color: rgb(167,214,172); }

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