#AEFEBA

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

Shades of Fringy Flower #AEFEBA

Tints of Fringy Flower #AEFEBA

Color information

#AEFEBA (or 0xAEFEBA) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and BA. RGB value is (174,254,186). Sum of RGB (Red+Green+Blue) = 174+254+186=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEBA is #510145. Grayscale: #DEDEDE. Windows color (decimal): -5308742 or 12254894. OLE color: 12254894.

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

Color convert

RGB174254186-
CMYK0.3100.270.00
HSL129º97.56%83.92%-
HSV(B)129º31.5%99.61%-
XYZ61.7683.4359.3-
YUV222.33107.593.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=28.34%
G=41.37%
B=30.29%

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
Decimal1742541860.3100.270.0012997.5683.92
HexAEFEBA1F01B0816254
Octal256376272370330201142124
Binary1010111011111110101110101111101101101000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEBA; }

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

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

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

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

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

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

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

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