#a5ebab

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

Shades of Celadon #A5EBAB

Tints of Celadon #A5EBAB

Color information

#A5EBAB (or 0xA5EBAB) is unknown color: approx Celadon. HEX triplet: A5, EB and AB. RGB value is (165,235,171). Sum of RGB (Red+Green+Blue) = 165+235+171=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBAB is #5A1454. Grayscale: #CECECE. Windows color (decimal): -5903445 or 11266981. OLE color: 11266981.

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

Color convert

RGB165235171-
CMYK0.3000.270.08
HSL125.14º63.64%78.43%-
HSV(B)125.14º29.79%92.16%-
XYZ52.5870.3649.34-
YUV206.77107.8198.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=28.90%
G=41.16%
B=29.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351710.3000.270.08125.1463.6478.43
HexA5EBAB1E01B87d404e
Octal2453532533603310175100116
Binary101001011110101110101011111100110111000111110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ebab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ebab; }

 p { color: rgb(165,235,171); }

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

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

 a { background-color: rgb(165,235,171); }

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

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

 span { border-color: rgb(165,235,171); }

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