#ACF7C0

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

Shades of Fringy Flower #ACF7C0

Tints of Fringy Flower #ACF7C0

Color information

#ACF7C0 (or 0xACF7C0) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and C0. RGB value is (172,247,192). Sum of RGB (Red+Green+Blue) = 172+247+192=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7C0 is #53083F. Grayscale: #DADADA. Windows color (decimal): -5441600 or 12646316. OLE color: 12646316.

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

Color convert

RGB172247192-
CMYK0.3000.220.03
HSL136º82.42%82.16%-
HSV(B)136º30.36%96.86%-
XYZ59.7979.161.99-
YUV218.3113.1594.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=28.15%
G=40.43%
B=31.42%

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
Decimal1722471920.3000.220.0313682.4282.16
HexACF7C01E0163885252
Octal254367300360263210122122
Binary10101100111101111100000011110010110111000100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7C0; }

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

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

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

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

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

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

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

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