#A2F4AC

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

Shades of Celadon #A2F4AC

Tints of Celadon #A2F4AC

Color information

#A2F4AC (or 0xA2F4AC) is unknown color: approx Celadon. HEX triplet: A2, F4 and AC. RGB value is (162,244,172). Sum of RGB (Red+Green+Blue) = 162+244+172=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F4AC is #5D0B53. Grayscale: #D3D3D3. Windows color (decimal): -6097748 or 11334818. OLE color: 11334818.

HSL color Cylindrical-coordinate representation of color #A2F4AC: hue angle of 127.32º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4AC is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB162244172-
CMYK0.3400.300.04
HSL127.32º78.85%79.61%-
HSV(B)127.32º33.61%95.69%-
XYZ54.775.3650.69-
YUV211.27105.8392.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.03%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=28.03%
G=42.21%
B=29.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622441720.3400.300.04127.3278.8579.61
HexA2F4AC2201E47f4f50
Octal242364254420364177117120
Binary101000101111010010101100100010011110100111111110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F4AC; }

 p { color: rgb(162,244,172); }

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

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

 a { background-color: rgb(162,244,172); }

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

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

 span { border-color: rgb(162,244,172); }

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