#AAF7C0

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

Shades of Fringy Flower #AAF7C0

Tints of Fringy Flower #AAF7C0

Color information

#AAF7C0 (or 0xAAF7C0) is unknown color: approx Fringy Flower. HEX triplet: AA, F7 and C0. RGB value is (170,247,192). Sum of RGB (Red+Green+Blue) = 170+247+192=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7C0 is #55083F. Grayscale: #D9D9D9. Windows color (decimal): -5572672 or 12646314. OLE color: 12646314.

HSL color Cylindrical-coordinate representation of color #AAF7C0: hue angle of 137.14º 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 #AAF7C0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB170247192-
CMYK0.3100.220.03
HSL137.14º82.8%81.76%-
HSV(B)137.14º31.17%96.86%-
XYZ59.3578.8761.97-
YUV217.71113.4993.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=27.91%
G=40.56%
B=31.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471920.3100.220.03137.1482.881.76
HexAAF7C01F0163895352
Octal252367300370263211123122
Binary10101010111101111100000011111010110111000100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7C0; }

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

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

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

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

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

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

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

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