#AAF1AD

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

Shades of Celadon #AAF1AD

Tints of Celadon #AAF1AD

Color information

#AAF1AD (or 0xAAF1AD) is unknown color: approx Celadon. HEX triplet: AA, F1 and AD. RGB value is (170,241,173). Sum of RGB (Red+Green+Blue) = 170+241+173=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AD is #550E52. Grayscale: #D4D4D4. Windows color (decimal): -5574227 or 11399594. OLE color: 11399594.

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

Color convert

RGB170241173-
CMYK0.2900.280.05
HSL122.54º71.72%80.59%-
HSV(B)122.54º29.46%94.51%-
XYZ55.5874.4750.98-
YUV212.02105.9898.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=29.11%
G=41.27%
B=29.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411730.2900.280.05122.5471.7280.59
HexAAF1AD1D01C57b4851
Octal252361255350345173110121
Binary10101010111100011010110111101011100101111101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1AD; }

 p { color: rgb(170,241,173); }

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

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

 a { background-color: rgb(170,241,173); }

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

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

 span { border-color: rgb(170,241,173); }

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