#ACFEBA

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

Shades of Fringy Flower #ACFEBA

Tints of Fringy Flower #ACFEBA

Color information

#ACFEBA (or 0xACFEBA) is unknown color: approx Fringy Flower. HEX triplet: AC, FE and BA. RGB value is (172,254,186). Sum of RGB (Red+Green+Blue) = 172+254+186=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEBA is #530145. Grayscale: #DDDDDD. Windows color (decimal): -5439814 or 12254892. OLE color: 12254892.

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

Color convert

RGB172254186-
CMYK0.3200.270.00
HSL130.24º97.62%83.53%-
HSV(B)130.24º32.28%99.61%-
XYZ61.3283.259.28-
YUV221.73107.8392.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=28.10%
G=41.50%
B=30.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541860.3200.270.00130.2497.6283.53
HexACFEBA2001B0826254
Octal254376272400330202142124
Binary10101100111111101011101010000001101101000001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEBA; }

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

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

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

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

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

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

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

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