#A1F6AC

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

Shades of Celadon #A1F6AC

Tints of Celadon #A1F6AC

Color information

#A1F6AC (or 0xA1F6AC) is unknown color: approx Celadon. HEX triplet: A1, F6 and AC. RGB value is (161,246,172). Sum of RGB (Red+Green+Blue) = 161+246+172=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F6AC is #5E0953. Grayscale: #D4D4D4. Windows color (decimal): -6162772 or 11335329. OLE color: 11335329.

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

Color convert

RGB161246172-
CMYK0.3500.300.04
HSL127.76º82.52%79.8%-
HSV(B)127.76º34.55%96.47%-
XYZ55.176.4750.89-
YUV212.15105.3491.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 246 (96.48% from 255) = 42.49%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=27.81%
G=42.49%
B=29.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612461720.3500.300.04127.7682.5279.8
HexA1F6AC2301E4805350
Octal241366254430364200123120
Binary1010000111110110101011001000110111101001000000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F6AC; }

 p { color: rgb(161,246,172); }

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

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

 a { background-color: rgb(161,246,172); }

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

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

 span { border-color: rgb(161,246,172); }

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