#A5F2AC

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

Shades of Celadon #A5F2AC

Tints of Celadon #A5F2AC

Color information

#A5F2AC (or 0xA5F2AC) is unknown color: approx Celadon. HEX triplet: A5, F2 and AC. RGB value is (165,242,172). Sum of RGB (Red+Green+Blue) = 165+242+172=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F2AC is #5A0D53. Grayscale: #D3D3D3. Windows color (decimal): -5901652 or 11334309. OLE color: 11334309.

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

Color convert

RGB165242172-
CMYK0.3200.290.05
HSL125.45º74.76%79.8%-
HSV(B)125.45º31.82%94.9%-
XYZ54.7274.4850.52-
YUV211105.9995.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=28.50%
G=41.80%
B=29.71%

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
Decimal1652421720.3200.290.05125.4574.7679.8
HexA5F2AC2001D57d4b50
Octal245362254400355175113120
Binary101001011111001010101100100000011101101111110110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F2AC; }

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

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

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

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

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

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

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

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