#A9F0AA

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

Shades of Celadon #A9F0AA

Tints of Celadon #A9F0AA

Color information

#A9F0AA (or 0xA9F0AA) is unknown color: approx Celadon. HEX triplet: A9, F0 and AA. RGB value is (169,240,170). Sum of RGB (Red+Green+Blue) = 169+240+170=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F0AA is #560F55. Grayscale: #D2D2D2. Windows color (decimal): -5640022 or 11202729. OLE color: 11202729.

HSL color Cylindrical-coordinate representation of color #A9F0AA: hue angle of 120.85º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0AA is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB169240170-
CMYK0.3000.290.06
HSL120.85º70.3%80.2%-
HSV(B)120.85º29.58%94.12%-
XYZ54.7873.6649.36-
YUV210.79104.9898.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 240 (94.14% from 255) = 41.45%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=29.19%
G=41.45%
B=29.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692401700.3000.290.06120.8570.380.2
HexA9F0AA1E01D6794650
Octal251360252360356171106120
Binary10101001111100001010101011110011101110111100110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0AA; }

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

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

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

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

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

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

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

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