#A1FCB6

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

Shades of Celadon #A1FCB6

Tints of Celadon #A1FCB6

Color information

#A1FCB6 (or 0xA1FCB6) is unknown color: approx Celadon. HEX triplet: A1, FC and B6. RGB value is (161,252,182). Sum of RGB (Red+Green+Blue) = 161+252+182=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCB6 is #5E0349. Grayscale: #D8D8D8. Windows color (decimal): -6161226 or 11992225. OLE color: 11992225.

HSL color Cylindrical-coordinate representation of color #A1FCB6: hue angle of 133.85º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCB6 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB161252182-
CMYK0.3600.280.01
HSL133.85º93.81%80.98%-
HSV(B)133.85º36.11%98.82%-
XYZ57.9580.5856.75-
YUV216.81108.3588.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.06%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=27.06%
G=42.35%
B=30.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521820.3600.280.01133.8593.8180.98
HexA1FCB62401C1865e51
Octal241374266440341206136121
Binary10100001111111001011011010010001110011000011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCB6; }

 p { color: rgb(161,252,182); }

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

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

 a { background-color: rgb(161,252,182); }

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

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

 span { border-color: rgb(161,252,182); }

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