#A1EBA7

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

Shades of Celadon #A1EBA7

Tints of Celadon #A1EBA7

Color information

#A1EBA7 (or 0xA1EBA7) is unknown color: approx Celadon. HEX triplet: A1, EB and A7. RGB value is (161,235,167). Sum of RGB (Red+Green+Blue) = 161+235+167=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA7 is #5E1458. Grayscale: #CDCDCD. Windows color (decimal): -6165593 or 11004833. OLE color: 11004833.

HSL color Cylindrical-coordinate representation of color #A1EBA7: hue angle of 124.86º 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 #A1EBA7 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB161235167-
CMYK0.3100.290.08
HSL124.86º64.91%77.65%-
HSV(B)124.86º31.49%92.16%-
XYZ51.3869.7847.32-
YUV205.12106.4896.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=28.60%
G=41.74%
B=29.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351670.3100.290.08124.8664.9177.65
HexA1EBA71F01D87d414e
Octal2413532473703510175101116
Binary101000011110101110100111111110111011000111110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBA7; }

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

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

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

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

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

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

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

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