#A1FDB5

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

Shades of Celadon #A1FDB5

Tints of Celadon #A1FDB5

Color information

#A1FDB5 (or 0xA1FDB5) is unknown color: approx Celadon. HEX triplet: A1, FD and B5. RGB value is (161,253,181). Sum of RGB (Red+Green+Blue) = 161+253+181=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDB5 is #5E024A. Grayscale: #D9D9D9. Windows color (decimal): -6160971 or 11926945. OLE color: 11926945.

HSL color Cylindrical-coordinate representation of color #A1FDB5: hue angle of 133.04º degrees, saturation: 0.96, 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 #A1FDB5 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB161253181-
CMYK0.3600.280.01
HSL133.04º95.83%81.18%-
HSV(B)133.04º36.36%99.22%-
XYZ58.1681.1656.32-
YUV217.28107.5287.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.06%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=27.06%
G=42.52%
B=30.42%

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
Decimal1612531810.3600.280.01133.0495.8381.18
HexA1FDB52401C1856051
Octal241375265440341205140121
Binary10100001111111011011010110010001110011000010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDB5; }

 p { color: rgb(161,253,181); }

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

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

 a { background-color: rgb(161,253,181); }

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

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

 span { border-color: rgb(161,253,181); }

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