#AAF1AA

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

Shades of Celadon #AAF1AA

Tints of Celadon #AAF1AA

Color information

#AAF1AA (or 0xAAF1AA) is unknown color: approx Celadon. HEX triplet: AA, F1 and AA. RGB value is (170,241,170). Sum of RGB (Red+Green+Blue) = 170+241+170=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AA is #550E55. Grayscale: #D3D3D3. Windows color (decimal): -5574230 or 11202986. OLE color: 11202986.

HSL color Cylindrical-coordinate representation of color #AAF1AA: hue angle of 120º 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 #AAF1AA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB170241170-
CMYK0.2900.290.05
HSL120º71.72%80.59%-
HSV(B)120º29.46%94.51%-
XYZ55.2974.3649.47-
YUV211.68104.4898.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=29.26%
G=41.48%
B=29.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411700.2900.290.0512071.7280.59
HexAAF1AA1D01D5784851
Octal252361252350355170110121
Binary10101010111100011010101011101011101101111100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1AA; }

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

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

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

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

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

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

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

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