#A1FAB0

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

Shades of Celadon #A1FAB0

Tints of Celadon #A1FAB0

Color information

#A1FAB0 (or 0xA1FAB0) is unknown color: approx Celadon. HEX triplet: A1, FA and B0. RGB value is (161,250,176). Sum of RGB (Red+Green+Blue) = 161+250+176=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAB0 is #5E054F. Grayscale: #D7D7D7. Windows color (decimal): -6161744 or 11598497. OLE color: 11598497.

HSL color Cylindrical-coordinate representation of color #A1FAB0: hue angle of 130.11º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAB0 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB161250176-
CMYK0.3600.300.02
HSL130.11º89.9%80.59%-
HSV(B)130.11º35.6%98.04%-
XYZ56.7279.0853.35-
YUV214.95106.0189.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=27.43%
G=42.59%
B=29.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501760.3600.300.02130.1189.980.59
HexA1FAB02401E2825a51
Octal241372260440362202132121
Binary101000011111101010110000100100011110101000001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAB0; }

 p { color: rgb(161,250,176); }

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

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

 a { background-color: rgb(161,250,176); }

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

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

 span { border-color: rgb(161,250,176); }

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