#ACFFB8

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

Shades of Fringy Flower #ACFFB8

Tints of Fringy Flower #ACFFB8

Color information

#ACFFB8 (or 0xACFFB8) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and B8. RGB value is (172,255,184). Sum of RGB (Red+Green+Blue) = 172+255+184=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFB8 is #530047. Grayscale: #DEDEDE. Windows color (decimal): -5439560 or 12124076. OLE color: 12124076.

HSL color Cylindrical-coordinate representation of color #ACFFB8: hue angle of 128.67º 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 #ACFFB8 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB172255184-
CMYK0.3300.280
HSL128.67º100%83.73%-
HSV(B)128.67º32.55%100%-
XYZ61.4283.7558.28-
YUV222.09106.592.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=28.15%
G=41.73%
B=30.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551840.3300.280128.6710083.73
HexACFFB82101C0816454
Octal254377270410340201144124
Binary10101100111111111011100010000101110001000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFB8; }

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

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

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

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

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

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

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

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