#A5E4B2

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

Shades of Celadon #A5E4B2

Tints of Celadon #A5E4B2

Color information

#A5E4B2 (or 0xA5E4B2) is unknown color: approx Celadon. HEX triplet: A5, E4 and B2. RGB value is (165,228,178). Sum of RGB (Red+Green+Blue) = 165+228+178=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E4B2 is #5A1B4D. Grayscale: #CBCBCB. Windows color (decimal): -5905230 or 11723941. OLE color: 11723941.

HSL color Cylindrical-coordinate representation of color #A5E4B2: hue angle of 132.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4B2 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB165228178-
CMYK0.2800.220.11
HSL132.38º53.85%77.06%-
HSV(B)132.38º27.63%89.41%-
XYZ51.366.752.29-
YUV203.46113.63100.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=28.90%
G=39.93%
B=31.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652281780.2800.220.11132.3853.8577.06
HexA5E4B21C016B84364d
Octal245344262340261320466115
Binary101001011110010010110010111000101101011100001001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E4B2; }

 p { color: rgb(165,228,178); }

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

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

 a { background-color: rgb(165,228,178); }

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

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

 span { border-color: rgb(165,228,178); }

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