#A5F1AC

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

Shades of Celadon #A5F1AC

Tints of Celadon #A5F1AC

Color information

#A5F1AC (or 0xA5F1AC) is unknown color: approx Celadon. HEX triplet: A5, F1 and AC. RGB value is (165,241,172). Sum of RGB (Red+Green+Blue) = 165+241+172=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F1AC is #5A0E53. Grayscale: #D2D2D2. Windows color (decimal): -5901908 or 11334053. OLE color: 11334053.

HSL color Cylindrical-coordinate representation of color #A5F1AC: hue angle of 125.53º 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 #A5F1AC is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB165241172-
CMYK0.3200.290.05
HSL125.53º73.08%79.61%-
HSV(B)125.53º31.54%94.51%-
XYZ54.4273.8950.42-
YUV210.41106.3295.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=28.55%
G=41.70%
B=29.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411720.3200.290.05125.5373.0879.61
HexA5F1AC2001D57e4950
Octal245361254400355176111120
Binary101001011111000110101100100000011101101111111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1AC; }

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

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

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

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

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

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

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

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