#A1E6AD

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

Shades of Celadon #A1E6AD

Tints of Celadon #A1E6AD

Color information

#A1E6AD (or 0xA1E6AD) is unknown color: approx Celadon. HEX triplet: A1, E6 and AD. RGB value is (161,230,173). Sum of RGB (Red+Green+Blue) = 161+230+173=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E6AD is #5E1952. Grayscale: #CBCBCB. Windows color (decimal): -6166867 or 11396769. OLE color: 11396769.

HSL color Cylindrical-coordinate representation of color #A1E6AD: hue angle of 130.43º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6AD is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB161230173-
CMYK0.300.250.10
HSL130.43º57.98%76.67%-
HSV(B)130.43º30%90.2%-
XYZ50.5467.1949.84-
YUV202.87111.1498.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 230 (90.23% from 255) = 40.78%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=28.55%
G=40.78%
B=30.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612301730.300.250.10130.4357.9876.67
HexA1E6AD1E019A823a4d
Octal241346255360311220272115
Binary101000011110011010101101111100110011010100000101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E6AD; }

 p { color: rgb(161,230,173); }

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

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

 a { background-color: rgb(161,230,173); }

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

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

 span { border-color: rgb(161,230,173); }

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