#AEF1B9

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

Shades of Fringy Flower #AEF1B9

Tints of Fringy Flower #AEF1B9

Color information

#AEF1B9 (or 0xAEF1B9) is unknown color: approx Fringy Flower. HEX triplet: AE, F1 and B9. RGB value is (174,241,185). Sum of RGB (Red+Green+Blue) = 174+241+185=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1B9 is #510E46. Grayscale: #D6D6D6. Windows color (decimal): -5312071 or 12186030. OLE color: 12186030.

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

Color convert

RGB174241185-
CMYK0.2800.230.05
HSL129.85º70.53%81.37%-
HSV(B)129.85º27.8%94.51%-
XYZ57.6775.4157.42-
YUV214.58111.399.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=29%
G=40.17%
B=30.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411850.2800.230.05129.8570.5381.37
HexAEF1B91C0175824751
Octal256361271340275202107121
Binary101011101111000110111001111000101111011000001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1B9; }

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

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

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

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

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

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

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

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