#AAF7AA

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

Shades of Celadon #AAF7AA

Tints of Celadon #AAF7AA

Color information

#AAF7AA (or 0xAAF7AA) is unknown color: approx Celadon. HEX triplet: AA, F7 and AA. RGB value is (170,247,170). Sum of RGB (Red+Green+Blue) = 170+247+170=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF7AA is #550855. Grayscale: #D7D7D7. Windows color (decimal): -5572694 or 11204522. OLE color: 11204522.

HSL color Cylindrical-coordinate representation of color #AAF7AA: hue angle of 120º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7AA is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB170247170-
CMYK0.3100.310.03
HSL120º82.8%81.76%-
HSV(B)120º31.17%96.86%-
XYZ57.0977.9750.07-
YUV215.2102.4995.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=28.96%
G=42.08%
B=28.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471700.3100.310.0312082.881.76
HexAAF7AA1F01F3785352
Octal252367252370373170123122
Binary1010101011110111101010101111101111111111100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7AA; }

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

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

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

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

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

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

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

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