#A1FEB4

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

Shades of Celadon #A1FEB4

Tints of Celadon #A1FEB4

Color information

#A1FEB4 (or 0xA1FEB4) is unknown color: approx Celadon. HEX triplet: A1, FE and B4. RGB value is (161,254,180). Sum of RGB (Red+Green+Blue) = 161+254+180=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEB4 is #5E014B. Grayscale: #D9D9D9. Windows color (decimal): -6160716 or 11861665. OLE color: 11861665.

HSL color Cylindrical-coordinate representation of color #A1FEB4: hue angle of 132.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEB4 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB161254180-
CMYK0.3700.290.00
HSL132.26º97.89%81.37%-
HSV(B)132.26º36.61%99.61%-
XYZ58.3881.7655.88-
YUV217.76106.6987.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.06%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=27.06%
G=42.69%
B=30.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541800.3700.290.00132.2697.8981.37
HexA1FEB42501D0846251
Octal241376264450350204142121
Binary10100001111111101011010010010101110101000010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEB4; }

 p { color: rgb(161,254,180); }

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

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

 a { background-color: rgb(161,254,180); }

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

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

 span { border-color: rgb(161,254,180); }

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