#ACF7BE

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

Shades of Fringy Flower #ACF7BE

Tints of Fringy Flower #ACF7BE

Color information

#ACF7BE (or 0xACF7BE) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and BE. RGB value is (172,247,190). Sum of RGB (Red+Green+Blue) = 172+247+190=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BE is #530841. Grayscale: #DADADA. Windows color (decimal): -5441602 or 12515244. OLE color: 12515244.

HSL color Cylindrical-coordinate representation of color #ACF7BE: hue angle of 134.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7BE is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB172247190-
CMYK0.3000.230.03
HSL134.4º82.42%82.16%-
HSV(B)134.4º30.36%96.86%-
XYZ59.5779.0160.83-
YUV218.08112.1595.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=28.24%
G=40.56%
B=31.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471900.3000.230.03134.482.4282.16
HexACF7BE1E0173865252
Octal254367276360273206122122
Binary10101100111101111011111011110010111111000011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7BE; }

 p { color: rgb(172,247,190); }

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

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

 a { background-color: rgb(172,247,190); }

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

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

 span { border-color: rgb(172,247,190); }

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