#ACFFB7

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

Shades of Fringy Flower #ACFFB7

Tints of Fringy Flower #ACFFB7

Color information

#ACFFB7 (or 0xACFFB7) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and B7. RGB value is (172,255,183). Sum of RGB (Red+Green+Blue) = 172+255+183=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFB7 is #530048. Grayscale: #DEDEDE. Windows color (decimal): -5439561 or 12058540. OLE color: 12058540.

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

Color convert

RGB172255183-
CMYK0.3300.280
HSL127.95º100%83.73%-
HSV(B)127.95º32.55%100%-
XYZ61.3283.7157.73-
YUV221.9810692.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 183 (71.88% from 255) = 30%
R=28.20%
G=41.80%
B=30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551830.3300.280127.9510083.73
HexACFFB72101C0806454
Octal254377267410340200144124
Binary10101100111111111011011110000101110001000000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFB7; }

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

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

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

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

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

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

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

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