#AAF9AC

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

Shades of Celadon #AAF9AC

Tints of Celadon #AAF9AC

Color information

#AAF9AC (or 0xAAF9AC) is unknown color: approx Celadon. HEX triplet: AA, F9 and AC. RGB value is (170,249,172). Sum of RGB (Red+Green+Blue) = 170+249+172=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9AC is #550653. Grayscale: #D8D8D8. Windows color (decimal): -5572180 or 11336106. OLE color: 11336106.

HSL color Cylindrical-coordinate representation of color #AAF9AC: hue angle of 121.52º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9AC is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB170249172-
CMYK0.3200.310.02
HSL121.52º86.81%82.16%-
HSV(B)121.52º31.73%97.65%-
XYZ57.979.2851.28-
YUV216.6102.8394.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 249 (97.66% from 255) = 42.13%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=28.76%
G=42.13%
B=29.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491720.3200.310.02121.5286.8182.16
HexAAF9AC2001F27a5752
Octal252371254400372172127122
Binary10101010111110011010110010000001111110111101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9AC; }

 p { color: rgb(170,249,172); }

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

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

 a { background-color: rgb(170,249,172); }

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

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

 span { border-color: rgb(170,249,172); }

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