#AEF4C0

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

Shades of Fringy Flower #AEF4C0

Tints of Fringy Flower #AEF4C0

Color information

#AEF4C0 (or 0xAEF4C0) is unknown color: approx Fringy Flower. HEX triplet: AE, F4 and C0. RGB value is (174,244,192). Sum of RGB (Red+Green+Blue) = 174+244+192=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4C0 is #510B3F. Grayscale: #D9D9D9. Windows color (decimal): -5311296 or 12645550. OLE color: 12645550.

HSL color Cylindrical-coordinate representation of color #AEF4C0: hue angle of 135.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4C0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB174244192-
CMYK0.2900.210.04
HSL135.43º76.09%81.96%-
HSV(B)135.43º28.69%95.69%-
XYZ59.3277.5161.7-
YUV217.14113.8197.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 244 (95.70% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=28.52%
G=40%
B=31.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742441920.2900.210.04135.4376.0981.96
HexAEF4C01D0154874c52
Octal256364300350254207114122
Binary101011101111010011000000111010101011001000011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4C0; }

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

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

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

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

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

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

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

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