#A5EDAD

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

Shades of Celadon #A5EDAD

Tints of Celadon #A5EDAD

Color information

#A5EDAD (or 0xA5EDAD) is unknown color: approx Celadon. HEX triplet: A5, ED and AD. RGB value is (165,237,173). Sum of RGB (Red+Green+Blue) = 165+237+173=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EDAD is #5A1252. Grayscale: #D0D0D0. Windows color (decimal): -5902931 or 11398565. OLE color: 11398565.

HSL color Cylindrical-coordinate representation of color #A5EDAD: hue angle of 126.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDAD is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB165237173-
CMYK0.3000.270.07
HSL126.67º66.67%78.82%-
HSV(B)126.67º30.38%92.94%-
XYZ53.3471.5850.54-
YUV208.18108.1597.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=28.70%
G=41.22%
B=30.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371730.3000.270.07126.6766.6778.82
HexA5EDAD1E01B77f434f
Octal245355255360337177103117
Binary10100101111011011010110111110011011111111111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDAD; }

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

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

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

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

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

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

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

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