#A9E6AA

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

Shades of Celadon #A9E6AA

Tints of Celadon #A9E6AA

Color information

#A9E6AA (or 0xA9E6AA) is unknown color: approx Celadon. HEX triplet: A9, E6 and AA. RGB value is (169,230,170). Sum of RGB (Red+Green+Blue) = 169+230+170=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9E6AA is #561955. Grayscale: #CDCDCD. Windows color (decimal): -5642582 or 11200169. OLE color: 11200169.

HSL color Cylindrical-coordinate representation of color #A9E6AA: hue angle of 120.98º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E6AA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB169230170-
CMYK0.2700.260.10
HSL120.98º54.95%78.24%-
HSV(B)120.98º26.52%90.2%-
XYZ51.9167.9348.41-
YUV204.92108.29102.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 230 (90.23% from 255) = 40.42%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=29.70%
G=40.42%
B=29.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692301700.2700.260.10120.9854.9578.24
HexA9E6AA1B01AA79374e
Octal251346252330321217167116
Binary10101001111001101010101011011011010101011110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E6AA; }

 p { color: rgb(169,230,170); }

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

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

 a { background-color: rgb(169,230,170); }

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

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

 span { border-color: rgb(169,230,170); }

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