#ACF7BF

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

Shades of Fringy Flower #ACF7BF

Tints of Fringy Flower #ACF7BF

Color information

#ACF7BF (or 0xACF7BF) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and BF. RGB value is (172,247,191). Sum of RGB (Red+Green+Blue) = 172+247+191=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BF is #530840. Grayscale: #DADADA. Windows color (decimal): -5441601 or 12580780. OLE color: 12580780.

HSL color Cylindrical-coordinate representation of color #ACF7BF: hue angle of 135.2º 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 #ACF7BF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB172247191-
CMYK0.3000.230.03
HSL135.2º82.42%82.16%-
HSV(B)135.2º30.36%96.86%-
XYZ59.6879.0561.4-
YUV218.19112.6595.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 247 (96.88% from 255) = 40.49%
BLUE value IS 191 (75% from 255) = 31.31%
R=28.20%
G=40.49%
B=31.31%

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
Decimal1722471910.3000.230.03135.282.4282.16
HexACF7BF1E0173875252
Octal254367277360273207122122
Binary10101100111101111011111111110010111111000011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7BF; }

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

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

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

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

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

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

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

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