#A9E0B3

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

Shades of Celadon #A9E0B3

Tints of Celadon #A9E0B3

Color information

#A9E0B3 (or 0xA9E0B3) is unknown color: approx Celadon. HEX triplet: A9, E0 and B3. RGB value is (169,224,179). Sum of RGB (Red+Green+Blue) = 169+224+179=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0B3 is #561F4C. Grayscale: #CACACA. Windows color (decimal): -5644109 or 11788457. OLE color: 11788457.

HSL color Cylindrical-coordinate representation of color #A9E0B3: hue angle of 130.91º degrees, saturation: 0.47, 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 #A9E0B3 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB169224179-
CMYK0.2500.200.12
HSL130.91º47.01%77.06%-
HSV(B)130.91º24.55%87.84%-
XYZ51.156552.5-
YUV202.42114.78104.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 224 (87.89% from 255) = 39.16%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=29.55%
G=39.16%
B=31.29%

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
Decimal1692241790.2500.200.12130.9147.0177.06
HexA9E0B319014C832f4d
Octal251340263310241420357115
Binary101010011110000010110011110010101001100100000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0B3; }

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

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

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

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

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

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

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

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