#A1DEA6

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

Shades of Celadon #A1DEA6

Tints of Celadon #A1DEA6

Color information

#A1DEA6 (or 0xA1DEA6) is unknown color: approx Celadon. HEX triplet: A1, DE and A6. RGB value is (161,222,166). Sum of RGB (Red+Green+Blue) = 161+222+166=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEA6 is #5E2159. Grayscale: #C5C5C5. Windows color (decimal): -6168922 or 10935969. OLE color: 10935969.

HSL color Cylindrical-coordinate representation of color #A1DEA6: hue angle of 124.92º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEA6 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB161222166-
CMYK0.2700.250.13
HSL124.92º48.03%75.1%-
HSV(B)124.92º27.48%87.06%-
XYZ47.762.5745.64-
YUV197.38110.29102.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 166 (65.23% from 255) = 30.24%
R=29.33%
G=40.44%
B=30.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221660.2700.250.13124.9248.0375.1
HexA1DEA61B019D7d304b
Octal241336246330311517560113
Binary10100001110111101010011011011011001110111111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEA6; }

 p { color: rgb(161,222,166); }

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

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

 a { background-color: rgb(161,222,166); }

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

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

 span { border-color: rgb(161,222,166); }

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