#AEFEB7

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

Shades of Fringy Flower #AEFEB7

Tints of Fringy Flower #AEFEB7

Color information

#AEFEB7 (or 0xAEFEB7) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and B7. RGB value is (174,254,183). Sum of RGB (Red+Green+Blue) = 174+254+183=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEB7 is #510148. Grayscale: #DEDEDE. Windows color (decimal): -5308745 or 12058286. OLE color: 12058286.

HSL color Cylindrical-coordinate representation of color #AEFEB7: hue angle of 126.75º 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 #AEFEB7 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB174254183-
CMYK0.3100.280.00
HSL126.75º97.56%83.92%-
HSV(B)126.75º31.5%99.61%-
XYZ61.4483.357.64-
YUV221.9910693.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=28.48%
G=41.57%
B=29.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541830.3100.280.00126.7597.5683.92
HexAEFEB71F01C07f6254
Octal256376267370340177142124
Binary101011101111111010110111111110111000111111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEB7; }

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

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

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

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

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

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

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

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