#AEFAC0

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

Shades of Fringy Flower #AEFAC0

Tints of Fringy Flower #AEFAC0

Color information

#AEFAC0 (or 0xAEFAC0) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and C0. RGB value is (174,250,192). Sum of RGB (Red+Green+Blue) = 174+250+192=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAC0 is #51053F. Grayscale: #DCDCDC. Windows color (decimal): -5309760 or 12647086. OLE color: 12647086.

HSL color Cylindrical-coordinate representation of color #AEFAC0: hue angle of 134.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAC0 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB174250192-
CMYK0.3000.230.02
HSL134.21º88.37%83.14%-
HSV(B)134.21º30.4%98.04%-
XYZ61.1681.1862.31-
YUV220.66111.8294.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=28.25%
G=40.58%
B=31.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501920.3000.230.02134.2188.3783.14
HexAEFAC01E0172865853
Octal256372300360272206130123
Binary10101110111110101100000011110010111101000011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAC0; }

 p { color: rgb(174,250,192); }

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

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

 a { background-color: rgb(174,250,192); }

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

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

 span { border-color: rgb(174,250,192); }

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