#ACFEB9

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

Shades of Fringy Flower #ACFEB9

Tints of Fringy Flower #ACFEB9

Color information

#ACFEB9 (or 0xACFEB9) is unknown color: approx Fringy Flower. HEX triplet: AC, FE and B9. RGB value is (172,254,185). Sum of RGB (Red+Green+Blue) = 172+254+185=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEB9 is #530146. Grayscale: #DDDDDD. Windows color (decimal): -5439815 or 12189356. OLE color: 12189356.

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

Color convert

RGB172254185-
CMYK0.3200.270.00
HSL129.51º97.62%83.53%-
HSV(B)129.51º32.28%99.61%-
XYZ61.2183.1658.72-
YUV221.62107.3392.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=28.15%
G=41.57%
B=30.28%

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
Decimal1722541850.3200.270.00129.5197.6283.53
HexACFEB92001B0826254
Octal254376271400330202142124
Binary10101100111111101011100110000001101101000001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEB9; }

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

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

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

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

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

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

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

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