#A1E4A6

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

Shades of Celadon #A1E4A6

Tints of Celadon #A1E4A6

Color information

#A1E4A6 (or 0xA1E4A6) is unknown color: approx Celadon. HEX triplet: A1, E4 and A6. RGB value is (161,228,166). Sum of RGB (Red+Green+Blue) = 161+228+166=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E4A6 is #5E1B59. Grayscale: #C9C9C9. Windows color (decimal): -6167386 or 10937505. OLE color: 10937505.

HSL color Cylindrical-coordinate representation of color #A1E4A6: hue angle of 124.48º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4A6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB161228166-
CMYK0.2900.270.11
HSL124.48º55.37%76.27%-
HSV(B)124.48º29.39%89.41%-
XYZ49.3265.8246.18-
YUV200.9108.399.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=29.01%
G=41.08%
B=29.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612281660.2900.270.11124.4855.3776.27
HexA1E4A61D01BB7c374c
Octal241344246350331317467114
Binary10100001111001001010011011101011011101111111001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4A6; }

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

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

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

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

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

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

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

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