#ACF1BF

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

Shades of Fringy Flower #ACF1BF

Tints of Fringy Flower #ACF1BF

Color information

#ACF1BF (or 0xACF1BF) is unknown color: approx Fringy Flower. HEX triplet: AC, F1 and BF. RGB value is (172,241,191). Sum of RGB (Red+Green+Blue) = 172+241+191=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BF is #530E40. Grayscale: #D6D6D6. Windows color (decimal): -5443137 or 12579244. OLE color: 12579244.

HSL color Cylindrical-coordinate representation of color #ACF1BF: hue angle of 136.52º 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 #ACF1BF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB172241191-
CMYK0.2900.210.05
HSL136.52º71.13%80.98%-
HSV(B)136.52º28.63%94.51%-
XYZ57.8775.4460.8-
YUV214.67114.6497.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 191 (75% from 255) = 31.62%
R=28.48%
G=39.90%
B=31.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411910.2900.210.05136.5271.1380.98
HexACF1BF1D0155894751
Octal254361277350255211107121
Binary101011001111000110111111111010101011011000100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1BF; }

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

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

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

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

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

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

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

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