#ACFAC1

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

Shades of Fringy Flower #ACFAC1

Tints of Fringy Flower #ACFAC1

Color information

#ACFAC1 (or 0xACFAC1) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and C1. RGB value is (172,250,193). Sum of RGB (Red+Green+Blue) = 172+250+193=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC1 is #53053E. Grayscale: #DCDCDC. Windows color (decimal): -5440831 or 12712620. OLE color: 12712620.

HSL color Cylindrical-coordinate representation of color #ACFAC1: hue angle of 136.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAC1 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB172250193-
CMYK0.3100.230.02
HSL136.15º88.64%82.75%-
HSV(B)136.15º31.2%98.04%-
XYZ60.8280.9962.88-
YUV220.18112.6693.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=27.97%
G=40.65%
B=31.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501930.3100.230.02136.1588.6482.75
HexACFAC11F0172885953
Octal254372301370272210131123
Binary10101100111110101100000111111010111101000100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAC1; }

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

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

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

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

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

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

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

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