#A5EBA9

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

Shades of Celadon #A5EBA9

Tints of Celadon #A5EBA9

Color information

#A5EBA9 (or 0xA5EBA9) is unknown color: approx Celadon. HEX triplet: A5, EB and A9. RGB value is (165,235,169). Sum of RGB (Red+Green+Blue) = 165+235+169=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA9 is #5A1456. Grayscale: #CECECE. Windows color (decimal): -5903447 or 11135909. OLE color: 11135909.

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

Color convert

RGB165235169-
CMYK0.3000.280.08
HSL123.43º63.64%78.43%-
HSV(B)123.43º29.79%92.16%-
XYZ52.3970.2848.34-
YUV206.55106.8198.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 169 (66.41% from 255) = 29.70%
R=29.00%
G=41.30%
B=29.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351690.3000.280.08123.4363.6478.43
HexA5EBA91E01C87b404e
Octal2453532513603410173100116
Binary101001011110101110101001111100111001000111101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBA9; }

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

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

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

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

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

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

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

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