#ACFAC0

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

Shades of Fringy Flower #ACFAC0

Tints of Fringy Flower #ACFAC0

Color information

#ACFAC0 (or 0xACFAC0) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and C0. RGB value is (172,250,192). Sum of RGB (Red+Green+Blue) = 172+250+192=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC0 is #53053F. Grayscale: #DCDCDC. Windows color (decimal): -5440832 or 12647084. OLE color: 12647084.

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

Color convert

RGB172250192-
CMYK0.3100.230.02
HSL135.38º88.64%82.75%-
HSV(B)135.38º31.2%98.04%-
XYZ60.7180.9562.29-
YUV220.07112.1693.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=28.01%
G=40.72%
B=31.27%

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
Decimal1722501920.3100.230.02135.3888.6482.75
HexACFAC01F0172875953
Octal254372300370272207131123
Binary10101100111110101100000011111010111101000011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAC0; }

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

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

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

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

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

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

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

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