#A5EBAD

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

Shades of Celadon #A5EBAD

Tints of Celadon #A5EBAD

Color information

#A5EBAD (or 0xA5EBAD) is unknown color: approx Celadon. HEX triplet: A5, EB and AD. RGB value is (165,235,173). Sum of RGB (Red+Green+Blue) = 165+235+173=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBAD is #5A1452. Grayscale: #CFCFCF. Windows color (decimal): -5903443 or 11398053. OLE color: 11398053.

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

Color convert

RGB165235173-
CMYK0.3000.260.08
HSL126.86º63.64%78.43%-
HSV(B)126.86º29.79%92.16%-
XYZ52.7770.4350.35-
YUV207108.8198.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=28.80%
G=41.01%
B=30.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351730.3000.260.08126.8663.6478.43
HexA5EBAD1E01A87f404e
Octal2453532553603210177100116
Binary101001011110101110101101111100110101000111111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBAD; }

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

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

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

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

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

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

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

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