#ACF1C0

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

Shades of Fringy Flower #ACF1C0

Tints of Fringy Flower #ACF1C0

Color information

#ACF1C0 (or 0xACF1C0) is unknown color: approx Fringy Flower. HEX triplet: AC, F1 and C0. RGB value is (172,241,192). Sum of RGB (Red+Green+Blue) = 172+241+192=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C0 is #530E3F. Grayscale: #D6D6D6. Windows color (decimal): -5443136 or 12644780. OLE color: 12644780.

HSL color Cylindrical-coordinate representation of color #ACF1C0: hue angle of 137.39º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1C0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB172241192-
CMYK0.2900.200.05
HSL137.39º71.13%80.98%-
HSV(B)137.39º28.63%94.51%-
XYZ57.9875.4961.38-
YUV214.78115.1497.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=28.43%
G=39.83%
B=31.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411920.2900.200.05137.3971.1380.98
HexACF1C01D0145894751
Octal254361300350245211107121
Binary101011001111000111000000111010101001011000100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1C0; }

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

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

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

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

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

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

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

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