#AEF4BD

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

Shades of Fringy Flower #AEF4BD

Tints of Fringy Flower #AEF4BD

Color information

#AEF4BD (or 0xAEF4BD) is unknown color: approx Fringy Flower. HEX triplet: AE, F4 and BD. RGB value is (174,244,189). Sum of RGB (Red+Green+Blue) = 174+244+189=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4BD is #510B42. Grayscale: #D8D8D8. Windows color (decimal): -5311299 or 12448942. OLE color: 12448942.

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

Color convert

RGB174244189-
CMYK0.2900.230.04
HSL132.86º76.09%81.96%-
HSV(B)132.86º28.69%95.69%-
XYZ58.9977.3759.97-
YUV216.8112.3197.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=28.67%
G=40.20%
B=31.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742441890.2900.230.04132.8676.0981.96
HexAEF4BD1D0174854c52
Octal256364275350274205114122
Binary101011101111010010111101111010101111001000010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4BD; }

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

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

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

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

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

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

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

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