#A1EBA4

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

Shades of Celadon #A1EBA4

Tints of Celadon #A1EBA4

Color information

#A1EBA4 (or 0xA1EBA4) is unknown color: approx Celadon. HEX triplet: A1, EB and A4. RGB value is (161,235,164). Sum of RGB (Red+Green+Blue) = 161+235+164=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA4 is #5E145B. Grayscale: #CCCCCC. Windows color (decimal): -6165596 or 10808225. OLE color: 10808225.

HSL color Cylindrical-coordinate representation of color #A1EBA4: hue angle of 122.43º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB161235164-
CMYK0.3100.300.08
HSL122.43º64.91%77.65%-
HSV(B)122.43º31.49%92.16%-
XYZ51.1169.6745.88-
YUV204.78104.9896.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=28.75%
G=41.96%
B=29.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351640.3100.300.08122.4364.9177.65
HexA1EBA41F01E87a414e
Octal2413532443703610172101116
Binary101000011110101110100100111110111101000111101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBA4; }

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

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

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

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

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

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

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

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