#AEEFB9

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

Shades of Fringy Flower #AEEFB9

Tints of Fringy Flower #AEEFB9

Color information

#AEEFB9 (or 0xAEEFB9) is unknown color: approx Fringy Flower. HEX triplet: AE, EF and B9. RGB value is (174,239,185). Sum of RGB (Red+Green+Blue) = 174+239+185=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFB9 is #511046. Grayscale: #D5D5D5. Windows color (decimal): -5312583 or 12185518. OLE color: 12185518.

HSL color Cylindrical-coordinate representation of color #AEEFB9: hue angle of 130.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFB9 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB174239185-
CMYK0.2700.230.06
HSL130.15º67.01%80.98%-
HSV(B)130.15º27.2%93.73%-
XYZ57.0874.2357.22-
YUV213.41111.9799.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=29.10%
G=39.97%
B=30.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391850.2700.230.06130.1567.0180.98
HexAEEFB91B0176824351
Octal256357271330276202103121
Binary101011101110111110111001110110101111101000001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFB9; }

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

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

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

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

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

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

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

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