#A9FDB1

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

Shades of Celadon #A9FDB1

Tints of Celadon #A9FDB1

Color information

#A9FDB1 (or 0xA9FDB1) is unknown color: approx Celadon. HEX triplet: A9, FD and B1. RGB value is (169,253,177). Sum of RGB (Red+Green+Blue) = 169+253+177=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FDB1 is #56024E. Grayscale: #DBDBDB. Windows color (decimal): -5636687 or 11664809. OLE color: 11664809.

HSL color Cylindrical-coordinate representation of color #A9FDB1: hue angle of 125.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB169253177-
CMYK0.3300.300.01
HSL125.71º95.45%82.75%-
HSV(B)125.71º33.2%99.22%-
XYZ59.4281.8654.26-
YUV219.22104.1792.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=28.21%
G=42.24%
B=29.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692531770.3300.300.01125.7195.4582.75
HexA9FDB12101E17e5f53
Octal251375261410361176137123
Binary1010100111111101101100011000010111101111111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FDB1; }

 p { color: rgb(169,253,177); }

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

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

 a { background-color: rgb(169,253,177); }

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

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

 span { border-color: rgb(169,253,177); }

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