#A5F1AD

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

Shades of Celadon #A5F1AD

Tints of Celadon #A5F1AD

Color information

#A5F1AD (or 0xA5F1AD) is unknown color: approx Celadon. HEX triplet: A5, F1 and AD. RGB value is (165,241,173). Sum of RGB (Red+Green+Blue) = 165+241+173=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F1AD is #5A0E52. Grayscale: #D2D2D2. Windows color (decimal): -5901907 or 11399589. OLE color: 11399589.

HSL color Cylindrical-coordinate representation of color #A5F1AD: hue angle of 126.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1AD is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB165241173-
CMYK0.3200.280.05
HSL126.32º73.08%79.61%-
HSV(B)126.32º31.54%94.51%-
XYZ54.5273.9350.93-
YUV210.52106.8295.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=28.50%
G=41.62%
B=29.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411730.3200.280.05126.3273.0879.61
HexA5F1AD2001C57e4950
Octal245361255400345176111120
Binary101001011111000110101101100000011100101111111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1AD; }

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

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

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

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

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

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

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

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