#A9EAB0

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

Shades of Celadon #A9EAB0

Tints of Celadon #A9EAB0

Color information

#A9EAB0 (or 0xA9EAB0) is unknown color: approx Celadon. HEX triplet: A9, EA and B0. RGB value is (169,234,176). Sum of RGB (Red+Green+Blue) = 169+234+176=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EAB0 is #56154F. Grayscale: #D0D0D0. Windows color (decimal): -5641552 or 11594409. OLE color: 11594409.

HSL color Cylindrical-coordinate representation of color #A9EAB0: hue angle of 126.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAB0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB169234176-
CMYK0.2800.250.08
HSL126.46º60.75%79.02%-
HSV(B)126.46º27.78%91.76%-
XYZ53.6270.4251.84-
YUV207.95109.97100.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=29.19%
G=40.41%
B=30.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692341760.2800.250.08126.4660.7579.02
HexA9EAB01C01987e3d4f
Octal251352260340311017675117
Binary10101001111010101011000011100011001100011111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAB0; }

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

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

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

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

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

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

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

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