#ACF7BC

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

Shades of Fringy Flower #ACF7BC

Tints of Fringy Flower #ACF7BC

Color information

#ACF7BC (or 0xACF7BC) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and BC. RGB value is (172,247,188). Sum of RGB (Red+Green+Blue) = 172+247+188=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BC is #530843. Grayscale: #DADADA. Windows color (decimal): -5441604 or 12384172. OLE color: 12384172.

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

Color convert

RGB172247188-
CMYK0.3000.240.03
HSL132.8º82.42%82.16%-
HSV(B)132.8º30.36%96.86%-
XYZ59.3578.9259.68-
YUV217.85111.1595.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=28.34%
G=40.69%
B=30.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471880.3000.240.03132.882.4282.16
HexACF7BC1E0183855252
Octal254367274360303205122122
Binary10101100111101111011110011110011000111000010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7BC; }

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

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

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

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

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

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

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

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