#A5F8AC

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

Shades of Celadon #A5F8AC

Tints of Celadon #A5F8AC

Color information

#A5F8AC (or 0xA5F8AC) is unknown color: approx Celadon. HEX triplet: A5, F8 and AC. RGB value is (165,248,172). Sum of RGB (Red+Green+Blue) = 165+248+172=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8AC is #5A0753. Grayscale: #D6D6D6. Windows color (decimal): -5900116 or 11335845. OLE color: 11335845.

HSL color Cylindrical-coordinate representation of color #A5F8AC: hue angle of 125.06º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8AC is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB165248172-
CMYK0.3300.310.03
HSL125.06º85.57%80.98%-
HSV(B)125.06º33.47%97.25%-
XYZ56.5378.1151.13-
YUV214.5210492.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=28.21%
G=42.39%
B=29.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481720.3300.310.03125.0685.5780.98
HexA5F8AC2101F37d5651
Octal245370254410373175126121
Binary10100101111110001010110010000101111111111110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8AC; }

 p { color: rgb(165,248,172); }

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

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

 a { background-color: rgb(165,248,172); }

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

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

 span { border-color: rgb(165,248,172); }

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