#A9FAAC

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

Shades of Celadon #A9FAAC

Tints of Celadon #A9FAAC

Color information

#A9FAAC (or 0xA9FAAC) is unknown color: approx Celadon. HEX triplet: A9, FA and AC. RGB value is (169,250,172). Sum of RGB (Red+Green+Blue) = 169+250+172=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FAAC is #560553. Grayscale: #D9D9D9. Windows color (decimal): -5637460 or 11336361. OLE color: 11336361.

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

Color convert

RGB169250172-
CMYK0.3200.310.02
HSL122.22º89.01%82.16%-
HSV(B)122.22º32.4%98.04%-
XYZ57.9979.7851.37-
YUV216.89102.6693.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.60%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=28.60%
G=42.30%
B=29.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692501720.3200.310.02122.2289.0182.16
HexA9FAAC2001F27a5952
Octal251372254400372172131122
Binary10101001111110101010110010000001111110111101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FAAC; }

 p { color: rgb(169,250,172); }

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

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

 a { background-color: rgb(169,250,172); }

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

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

 span { border-color: rgb(169,250,172); }

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