#AAF3AC

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

Shades of Celadon #AAF3AC

Tints of Celadon #AAF3AC

Color information

#AAF3AC (or 0xAAF3AC) is unknown color: approx Celadon. HEX triplet: AA, F3 and AC. RGB value is (170,243,172). Sum of RGB (Red+Green+Blue) = 170+243+172=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3AC is #550C53. Grayscale: #D5D5D5. Windows color (decimal): -5573716 or 11334570. OLE color: 11334570.

HSL color Cylindrical-coordinate representation of color #AAF3AC: hue angle of 121.64º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3AC is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB170243172-
CMYK0.3000.290.05
HSL121.64º75.26%80.98%-
HSV(B)121.64º30.04%95.29%-
XYZ56.0775.6350.67-
YUV213.08104.8297.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=29.06%
G=41.54%
B=29.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431720.3000.290.05121.6475.2680.98
HexAAF3AC1E01D57a4b51
Octal252363254360355172113121
Binary10101010111100111010110011110011101101111101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3AC; }

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

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

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

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

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

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

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

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