#A5FAB1

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

Shades of Celadon #A5FAB1

Tints of Celadon #A5FAB1

Color information

#A5FAB1 (or 0xA5FAB1) is unknown color: approx Celadon. HEX triplet: A5, FA and B1. RGB value is (165,250,177). Sum of RGB (Red+Green+Blue) = 165+250+177=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAB1 is #5A054E. Grayscale: #D8D8D8. Windows color (decimal): -5899599 or 11664037. OLE color: 11664037.

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

Color convert

RGB165250177-
CMYK0.3400.290.02
HSL128.47º89.47%81.37%-
HSV(B)128.47º34%98.04%-
XYZ57.6479.5453.91-
YUV216.26105.8491.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=27.87%
G=42.23%
B=29.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501770.3400.290.02128.4789.4781.37
HexA5FAB12201D2805951
Octal245372261420352200131121
Binary101001011111101010110001100010011101101000000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAB1; }

 p { color: rgb(165,250,177); }

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

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

 a { background-color: rgb(165,250,177); }

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

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

 span { border-color: rgb(165,250,177); }

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