#AEF2B9

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

Shades of Fringy Flower #AEF2B9

Tints of Fringy Flower #AEF2B9

Color information

#AEF2B9 (or 0xAEF2B9) is unknown color: approx Fringy Flower. HEX triplet: AE, F2 and B9. RGB value is (174,242,185). Sum of RGB (Red+Green+Blue) = 174+242+185=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2B9 is #510D46. Grayscale: #D7D7D7. Windows color (decimal): -5311815 or 12186286. OLE color: 12186286.

HSL color Cylindrical-coordinate representation of color #AEF2B9: hue angle of 129.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2B9 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB174242185-
CMYK0.2800.240.05
HSL129.71º72.34%81.57%-
HSV(B)129.71º28.1%94.9%-
XYZ57.9676.0157.51-
YUV215.17110.9798.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=28.95%
G=40.27%
B=30.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421850.2800.240.05129.7172.3481.57
HexAEF2B91C0185824852
Octal256362271340305202110122
Binary101011101111001010111001111000110001011000001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2B9; }

 p { color: rgb(174,242,185); }

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

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

 a { background-color: rgb(174,242,185); }

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

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

 span { border-color: rgb(174,242,185); }

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