#A9E0B0

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

Shades of Celadon #A9E0B0

Tints of Celadon #A9E0B0

Color information

#A9E0B0 (or 0xA9E0B0) is unknown color: approx Celadon. HEX triplet: A9, E0 and B0. RGB value is (169,224,176). Sum of RGB (Red+Green+Blue) = 169+224+176=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E0B0 is #561F4F. Grayscale: #CACACA. Windows color (decimal): -5644112 or 11591849. OLE color: 11591849.

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

Color convert

RGB169224176-
CMYK0.2500.210.12
HSL127.64º47.01%77.06%-
HSV(B)127.64º24.55%87.84%-
XYZ50.8564.8850.92-
YUV202.08113.28104.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=29.70%
G=39.37%
B=30.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692241760.2500.210.12127.6447.0177.06
HexA9E0B019015C802f4d
Octal251340260310251420057115
Binary101010011110000010110000110010101011100100000001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0B0; }

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

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

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

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

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

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

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

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