#A1E1A4

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

Shades of Celadon #A1E1A4

Tints of Celadon #A1E1A4

Color information

#A1E1A4 (or 0xA1E1A4) is unknown color: approx Celadon. HEX triplet: A1, E1 and A4. RGB value is (161,225,164). Sum of RGB (Red+Green+Blue) = 161+225+164=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1A4 is #5E1E5B. Grayscale: #C7C7C7. Windows color (decimal): -6168156 or 10805665. OLE color: 10805665.

HSL color Cylindrical-coordinate representation of color #A1E1A4: hue angle of 122.81º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1A4 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB161225164-
CMYK0.2800.270.12
HSL122.81º51.61%75.69%-
HSV(B)122.81º28.44%88.24%-
XYZ48.3264.1144.95-
YUV198.91108.3100.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=29.27%
G=40.91%
B=29.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251640.2800.270.12122.8151.6175.69
HexA1E1A41C01BC7b344c
Octal241341244340331417364114
Binary10100001111000011010010011100011011110011110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1A4; }

 p { color: rgb(161,225,164); }

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

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

 a { background-color: rgb(161,225,164); }

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

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

 span { border-color: rgb(161,225,164); }

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