#ACF7C1

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

Shades of Fringy Flower #ACF7C1

Tints of Fringy Flower #ACF7C1

Color information

#ACF7C1 (or 0xACF7C1) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and C1. RGB value is (172,247,193). Sum of RGB (Red+Green+Blue) = 172+247+193=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7C1 is #53083E. Grayscale: #DADADA. Windows color (decimal): -5441599 or 12711852. OLE color: 12711852.

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

Color convert

RGB172247193-
CMYK0.3000.220.03
HSL136.8º82.42%82.16%-
HSV(B)136.8º30.36%96.86%-
XYZ59.979.1462.57-
YUV218.42113.6594.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 247 (96.88% from 255) = 40.36%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=28.10%
G=40.36%
B=31.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471930.3000.220.03136.882.4282.16
HexACF7C11E0163895252
Octal254367301360263211122122
Binary10101100111101111100000111110010110111000100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7C1; }

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

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

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

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

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

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

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

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