#A9E1B3

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

Shades of Celadon #A9E1B3

Tints of Celadon #A9E1B3

Color information

#A9E1B3 (or 0xA9E1B3) is unknown color: approx Celadon. HEX triplet: A9, E1 and B3. RGB value is (169,225,179). Sum of RGB (Red+Green+Blue) = 169+225+179=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E1B3 is #561E4C. Grayscale: #CBCBCB. Windows color (decimal): -5643853 or 11788713. OLE color: 11788713.

HSL color Cylindrical-coordinate representation of color #A9E1B3: hue angle of 130.71º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E1B3 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB169225179-
CMYK0.2500.200.12
HSL130.71º48.28%77.25%-
HSV(B)130.71º24.89%88.24%-
XYZ51.4265.5452.59-
YUV203.01114.45103.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=29.49%
G=39.27%
B=31.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692251790.2500.200.12130.7148.2877.25
HexA9E1B319014C83304d
Octal251341263310241420360115
Binary101010011110000110110011110010101001100100000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E1B3; }

 p { color: rgb(169,225,179); }

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

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

 a { background-color: rgb(169,225,179); }

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

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

 span { border-color: rgb(169,225,179); }

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