#AEFEB9

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

Shades of Fringy Flower #AEFEB9

Tints of Fringy Flower #AEFEB9

Color information

#AEFEB9 (or 0xAEFEB9) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and B9. RGB value is (174,254,185). Sum of RGB (Red+Green+Blue) = 174+254+185=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEB9 is #510146. Grayscale: #DEDEDE. Windows color (decimal): -5308743 or 12189358. OLE color: 12189358.

HSL color Cylindrical-coordinate representation of color #AEFEB9: hue angle of 128.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFEB9 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB174254185-
CMYK0.3100.270.00
HSL128.25º97.56%83.92%-
HSV(B)128.25º31.5%99.61%-
XYZ61.6583.3958.74-
YUV222.2110793.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=28.38%
G=41.44%
B=30.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541850.3100.270.00128.2597.5683.92
HexAEFEB91F01B0806254
Octal256376271370330200142124
Binary1010111011111110101110011111101101101000000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEB9; }

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

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

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

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

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

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

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

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