#ACFFBC

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

Shades of Fringy Flower #ACFFBC

Tints of Fringy Flower #ACFFBC

Color information

#ACFFBC (or 0xACFFBC) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and BC. RGB value is (172,255,188). Sum of RGB (Red+Green+Blue) = 172+255+188=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFBC is #530043. Grayscale: #DEDEDE. Windows color (decimal): -5439556 or 12386220. OLE color: 12386220.

HSL color Cylindrical-coordinate representation of color #ACFFBC: hue angle of 131.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB172255188-
CMYK0.3300.260
HSL131.57º100%83.73%-
HSV(B)131.57º32.55%100%-
XYZ61.8583.9260.52-
YUV222.54108.591.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=27.97%
G=41.46%
B=30.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551880.3300.260131.5710083.73
HexACFFBC2101A0846454
Octal254377274410320204144124
Binary10101100111111111011110010000101101001000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFBC; }

 p { color: rgb(172,255,188); }

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

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

 a { background-color: rgb(172,255,188); }

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

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

 span { border-color: rgb(172,255,188); }

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