#AAF4C0

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

Shades of Fringy Flower #AAF4C0

Tints of Fringy Flower #AAF4C0

Color information

#AAF4C0 (or 0xAAF4C0) is unknown color: approx Fringy Flower. HEX triplet: AA, F4 and C0. RGB value is (170,244,192). Sum of RGB (Red+Green+Blue) = 170+244+192=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4C0 is #550B3F. Grayscale: #D8D8D8. Windows color (decimal): -5573440 or 12645546. OLE color: 12645546.

HSL color Cylindrical-coordinate representation of color #AAF4C0: hue angle of 137.84º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB170244192-
CMYK0.3000.210.04
HSL137.84º77.08%81.18%-
HSV(B)137.84º30.33%95.69%-
XYZ58.4477.0561.66-
YUV215.95114.4895.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=28.05%
G=40.26%
B=31.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441920.3000.210.04137.8477.0881.18
HexAAF4C01E01548a4d51
Octal252364300360254212115121
Binary101010101111010011000000111100101011001000101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4C0; }

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

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

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

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

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

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

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

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